Update cliListener.js
This commit is contained in:
parent
8f63ea4fc1
commit
cc3fe3ba8e
@ -26,6 +26,9 @@ var listener = module.exports = function listener(port){
|
|||||||
});
|
});
|
||||||
c.on('end', function () {
|
c.on('end', function () {
|
||||||
|
|
||||||
|
});
|
||||||
|
c.on('error', function () {
|
||||||
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
catch(e){
|
catch(e){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user