mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
feature(socket) getSpawn error: add retFalse
This commit is contained in:
parent
7bda84f98f
commit
01034d206a
1 changed files with 1 additions and 3 deletions
|
|
@ -263,9 +263,7 @@
|
|||
send(data, true);
|
||||
});
|
||||
|
||||
cmd.on('error', function(data) {
|
||||
send(data, true);
|
||||
});
|
||||
cmd.on('error', Util.retFalse);
|
||||
}
|
||||
|
||||
function log(pConnNum, pStr, pType) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue