feature(socket) getSpawn error: add retFalse

This commit is contained in:
coderaiser 2013-10-24 08:35:53 +00:00
parent 7bda84f98f
commit 01034d206a

View file

@ -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) {