This commit is contained in:
KimLS
2017-01-22 22:26:34 -08:00
parent cd4d79c02b
commit 40edbc3b64
48 changed files with 82834 additions and 9 deletions
+3 -3
View File
@@ -11,15 +11,15 @@ class ServertalkAPI
var self = this;
this.client.on('connecting', function() {
console.log('Connecting...');
//console.log('Connecting...');
});
this.client.on('connect', function(){
console.log('Connected');
//console.log('Connected');
});
this.client.on('close', function(){
console.log('Closed');
//console.log('Closed');
});
this.client.on('error', function(err){