Skip to content

Commit

Permalink
fixup! fixup! src: disconnect inspector before exiting out of fatal e…
Browse files Browse the repository at this point in the history
…xception
  • Loading branch information
joyeecheung committed Sep 20, 2019
1 parent 35b3eb9 commit 07c3ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-v8-coverage.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function nextdir() {
assert.strictEqual(fixtureCoverage.functions[0].ranges[1].count, 0);
}

// Outputs coverage when process.exit(1) exits process.
// Outputs coverage when error is thrown in first tick.
{
const coverageDirectory = path.join(tmpdir.path, nextdir());
const output = spawnSync(process.execPath, [
Expand Down

0 comments on commit 07c3ae3

Please sign in to comment.