Update cliListener.js

This commit is contained in:
zacons 2014-05-04 09:44:53 +02:00
parent 8f63ea4fc1
commit cc3fe3ba8e
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@ var listener = module.exports = function listener(port){
});
c.on('end', function () {
});
c.on('error', function () {
});
}
catch(e){