fixed ping conflict
This commit is contained in:
@@ -359,7 +359,7 @@ Node.prototype.update = function()
|
||||
|
||||
Node.prototype.ping = function()
|
||||
{
|
||||
this.emit('ping', '');
|
||||
this.emit('node-ping', '');
|
||||
};
|
||||
|
||||
Node.prototype.setWatches = function()
|
||||
|
||||
Reference in New Issue
Block a user