We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d4ce03 commit f52615cCopy full SHA for f52615c
lib/monitor/run.js
@@ -83,7 +83,7 @@ function run(options) {
83
});
84
}
85
86
- if (executable === 'node') {
+ if (executable === 'node' && utils.version.major > 4) {
87
var forkArgs = cmd.args.slice(1);
88
var env = utils.merge(options.execOptions.env, process.env);
89
stdio.push('ipc');
0 commit comments