diff --git a/index.js b/index.js index 84022c8..0ddb788 100644 --- a/index.js +++ b/index.js @@ -27,4 +27,8 @@ client.on('open', function open() { }); }); +client.on('error', function(e) { + console.log(e); +}) + console.log('Sevice connected to wsServer: ' + config.urlHO);