Skip to content

Commit 496c335

Browse files
committed
chore: undo change to spawn code
1 parent 47dfb8b commit 496c335

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/monitor/run.js

-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ function run(options) {
9999
if (shouldFork) {
100100
var forkArgs = cmd.args.slice(1);
101101
var env = utils.merge(options.execOptions.env, process.env);
102-
stdio.pop();
103-
stdio.push(process.stderr);
104102
stdio.push('ipc');
105103
child = fork(options.execOptions.script, forkArgs, {
106104
env: env,

0 commit comments

Comments
 (0)