Commit a86b71f
src: disconnect inspector before exiting out of fatal exception
So that coverage, .etc are properly written in case of a normal
fatal exception.
PR-URL: #29611
Fixes: #29570
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Ben Coe <bencoe@gmail.com>1 parent 8d88010 commit a86b71fCopy full SHA for a86b71f
File tree
Expand file treeCollapse file tree
3 files changed
+28
-0
lines changedOpen diff view settings
Filter options
- src
- test
- fixtures/v8-coverage
- parallel
Expand file treeCollapse file tree
3 files changed
+28
-0
lines changedOpen diff view settings
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
980 | 980 | |
981 | 981 | |
982 | 982 | |
| 983 | + |
| 984 | + |
| 985 | + |
983 | 986 | |
984 | 987 | |
985 | 988 | |
|
Collapse file
test/fixtures/v8-coverage/throw.js
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
Collapse file
test/parallel/test-v8-coverage.js
Copy file name to clipboardExpand all lines: test/parallel/test-v8-coverage.js+18Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
35 | 35 | |
36 | 36 | |
37 | 37 | |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
38 | 56 | |
39 | 57 | |
40 | 58 | |
|
0 commit comments