Merge pull request #131 from zacons/master

Update cliListener.js
This commit is contained in:
Matthew Little 2014-05-04 01:52:54 -06:00
commit 8b8b00e2f6
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){