diff options
Diffstat (limited to 'ext/node/polyfills/child_process.ts')
-rw-r--r-- | ext/node/polyfills/child_process.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/node/polyfills/child_process.ts b/ext/node/polyfills/child_process.ts index bb38b746c..f77a430c2 100644 --- a/ext/node/polyfills/child_process.ts +++ b/ext/node/polyfills/child_process.ts @@ -145,7 +145,6 @@ export function fork( args = [ "run", ...op_bootstrap_unstable_args(), - "--node-modules-dir", "-A", ...stringifiedV8Flags, ...execArgv, |