| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ff9122c commit 83b91ea
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -208,7 +208,7 @@ function getRunArgs(path, { forceExit, | |||
| 208 | 208 | const nodeOptionsSet = new SafeSet(processNodeOptions); | |
| 209 | 209 | const unknownProcessExecArgv = ArrayPrototypeFilter( | |
| 210 | 210 | process.execArgv, | |
| 211 | - (arg) => !nodeOptionsSet.has(arg), | ||
| 211 | + (arg, i, arr) => !nodeOptionsSet.has(arg) && filterExecArgv(arg, i, arr), | ||
| 212 | 212 | ); | |
| 213 | 213 | ArrayPrototypePushApply(runArgs, unknownProcessExecArgv); | |
| 214 | 214 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments