feature(socket) add Win32 condition

This commit is contained in:
coderaiser 2013-11-18 10:21:17 +00:00
parent ae7571fbd3
commit 2356403889

View file

@ -195,7 +195,7 @@
});
io.sockets.emit('message', lMsg);
} else if (firstChar === ' ' || isContain)
} else if (WIN32 || firstChar === ' ' || isContain)
exec(pCommand, options, lExec_func);
else
getSpawn(pCommand, options, function(json) {