We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d1afd7 commit e26aaa9Copy full SHA for e26aaa9
lib/monitor/run.js
@@ -64,7 +64,7 @@ function run(options) {
64
65
const spawnOptions = {
66
env: Object.assign({}, process.env, options.execOptions.env, {
67
- PATH: binPath + ':' + process.env.PATH,
+ PATH: binPath + path.delimiter + process.env.PATH,
68
}),
69
stdio: stdio,
70
};
0 commit comments