feature(console) spawn processes on win

This commit is contained in:
coderaiser 2014-08-20 03:56:38 -04:00
parent 66562245ba
commit f128f54ce7

View file

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