mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-21 02:29:23 +00:00
feature(console) spawn processes on win
This commit is contained in:
parent
66562245ba
commit
f128f54ce7
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@
|
|||
Util.exec(callback, {
|
||||
stdout: command
|
||||
}, true);
|
||||
} else if (WIN || firstChar === ' ' || isSymbol)
|
||||
} else if (firstChar === ' ' || isSymbol)
|
||||
exec(command, options, funcExec);
|
||||
else
|
||||
setSpawn(command, options, callback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue