diff --git a/lib/server/console.js b/lib/server/console.js index fdb1db18..f43065a9 100644 --- a/lib/server/console.js +++ b/lib/server/console.js @@ -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);