Skip to content

Commit

Permalink
Restore default assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Aug 20, 2024
1 parent f6c0103 commit fbd9d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fork.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const createWorker = (options, execArgv) => {
};
};

export default function loadFork(file, options, execArgv) {
export default function loadFork(file, options, execArgv = process.execArgv) {
let finished = false;

const emitter = new Emittery();
Expand Down

0 comments on commit fbd9d33

Please sign in to comment.