There was an error while loading. Please reload this page.
1 parent bb34032 commit 6020968Copy full SHA for 6020968
1 file changed
lib/monitor/run.js
@@ -64,7 +64,7 @@ function run(options) {
64
const binPath = process.cwd() + '/node_modules/.bin';
65
66
const spawnOptions = {
67
- env: Object.assign({}, process.env, options.execOptions.env, {
+ env: Object.assign({}, options.execOptions.env, process.env, {
68
PATH:
69
binPath +
70
path.delimiter +
0 commit comments