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 Aug 10, 2021
1 parent 7e964c7 commit 3532662
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 @@ -1826,8 +1826,6 @@ function payloadFileSync(pointer) {
}
const opts = args[pos];
if (!opts.env) opts.env = _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 3532662

Please sign in to comment.