| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e97ceec commit f6ef5c4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ assert( | |||
| 19 | 19 | 'inspector.isEnabled() should be false after _debugEnd()'); | |
| 20 | 20 | `; | |
| 21 | 21 | ||
| 22 | - const args = ['--inspect', '-e', script]; | ||
| 22 | + const args = ['--inspect=0', '-e', script]; | ||
| 23 | 23 | const child = spawn(process.execPath, args, { | |
| 24 | 24 | stdio: 'inherit', | |
| 25 | 25 | env: { ...process.env, NODE_V8_COVERAGE: '' } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments