Skip to content

Commit

Permalink
chore: undo change to spawn code
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Dec 4, 2019
1 parent 47dfb8b commit 496c335
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/monitor/run.js
Expand Up @@ -99,8 +99,6 @@ function run(options) {
if (shouldFork) {
var forkArgs = cmd.args.slice(1);
var env = utils.merge(options.execOptions.env, process.env);
stdio.pop();
stdio.push(process.stderr);
stdio.push('ipc');
child = fork(options.execOptions.script, forkArgs, {
env: env,
Expand Down

0 comments on commit 496c335

Please sign in to comment.