mirror of
https://github.com/zhigang1992/grunt-bg-shell.git
synced 2026-01-12 22:47:41 +08:00
Configure child process to run with parent's stdin
This commit is contained in:
@@ -30,6 +30,7 @@ exports.execCmd = (command, options, callback)->
|
||||
child = spawn(file, args,
|
||||
cwd: options.cwd
|
||||
env: options.env
|
||||
stdio: [process.stdin]
|
||||
windowsVerbatimArguments: !!options.windowsVerbatimArguments
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user