We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b5b7e commit f237f11Copy full SHA for f237f11
lib/process/worker.js
@@ -129,7 +129,7 @@ class Worker extends EventEmitter {
129
130
// Setup argument vector.
131
// https://github.com/nodejs/node/pull/25467
132
- if (!options.eval && options.execArgv) {
+ if (options.execArgv) {
133
const invalid = [];
134
135
// Parse execArgv and look for any irregularities.
0 commit comments