Skip to content

Commit

Permalink
Configure child process to run with parent's stdin
Browse files Browse the repository at this point in the history
  • Loading branch information
gingermusketeer committed Oct 16, 2013
1 parent 26d0482 commit 02669d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/child-process.coffee
Expand Up @@ -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
)

Expand Down

0 comments on commit 02669d8

Please sign in to comment.