Skip to content

Commit

Permalink
Merge branch 'master' into release/3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jun 24, 2019
2 parents 402caae + 1c1ffca commit b99bcb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Expand Up @@ -569,8 +569,6 @@ Command.prototype.executeSubCommand = function(argv, args, unknown) {
}
} else {
args.unshift(bin);
// add executable arguments to spawn
args = (process.execArgv || []).concat(args);
proc = spawn(process.execPath, args, { stdio: 'inherit' });
}

Expand Down

0 comments on commit b99bcb1

Please sign in to comment.