Commit cccf5a6
src: --abort-on-uncaught-exception in NODE_OPTIONS
Allow --abort-on-uncaught-exception in NODE_OPTIONS, its useful to
enable for post-mortem debugging.
Backport-PR-URL: #12677
PR-URL: #13932
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent dd946c3 commit cccf5a6Copy full SHA for cccf5a6
File tree
Expand file treeCollapse file tree
3 files changed
+5
-2
lines changedOpen diff view settings
Filter options
- doc/api
- src
- test/parallel
Expand file treeCollapse file tree
3 files changed
+5
-2
lines changedOpen diff view settings
Collapse file
+1Lines changed: 1 addition & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
367 | 367 | |
368 | 368 | |
369 | 369 | |
| 370 | + |
370 | 371 | |
371 | 372 | |
372 | 373 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3811 | 3811 | |
3812 | 3812 | |
3813 | 3813 | |
| 3814 | + |
3814 | 3815 | |
3815 | 3816 | |
3816 | 3817 | |
|
Collapse file
test/parallel/test-cli-node-options.js
Copy file name to clipboardExpand all lines: test/parallel/test-cli-node-options.js+3-2Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
41 | 41 | |
42 | 42 | |
43 | 43 | |
44 | | - |
| 44 | + |
| 45 | + |
45 | 46 | |
46 | 47 | |
47 | 48 | |
| ||
58 | 59 | |
59 | 60 | |
60 | 61 | |
61 | | - |
| 62 | + |
62 | 63 | |
63 | 64 | |
64 | 65 | |
|
0 commit comments