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