| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent dd0f164 commit a0b36e3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,14 @@ function delay(ms) { | |||
| 14 | 14 | ||
| 15 | 15 | // Profiles. | |
| 16 | 16 | { | |
| 17 | - const cli = startCLI(['--port=0', fixtures.path('debugger/empty.js')]); | ||
| 17 | + const cli = startCLI(['--port=0', fixtures.path('debugger/empty.js')], [], { | ||
| 18 | + env: { | ||
| 19 | + ...process.env, | ||
| 20 | + // When this test is run with NODE_V8_COVERAGE, it clobbers the inspector | ||
| 21 | + // output, so override to disable coverage for the child process. | ||
| 22 | + NODE_V8_COVERAGE: undefined, | ||
| 23 | + } | ||
| 24 | + }); | ||
| 18 | 25 | ||
| 19 | 26 | function onFatal(error) { | |
| 20 | 27 | cli.quit(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments