mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
feature(socket) add Win32 condition
This commit is contained in:
parent
ae7571fbd3
commit
2356403889
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue