Skip to content

Commit

Permalink
fix issue vercel#897
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed May 15, 2021
1 parent a6c75c8 commit e3045b1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prelude/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -1633,8 +1633,6 @@ function payloadFileSync(pointer) {
}
const opts = args[pos];
if (!opts.env) opts.env = require('util')._extend({}, process.env);
if (opts.env.PKG_EXECPATH === 'PKG_INVOKE_NODEJS') return;
opts.env.PKG_EXECPATH = EXECPATH;
}

childProcess.spawn = function spawn() {
Expand Down

0 comments on commit e3045b1

Please sign in to comment.