Commit 59d3d54
errors: disp ver on fatal except that causes exit
Display Node.js version at the end of stacktraces
on fatal exception that causes exit.
Easier for debugging so you don't have
to ask "what node version are you on?",
it is directly in the error the user
copy/paste from when asking for help.
Fixes: #29731
PR-URL: #38332
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Gus Caplan <me@gus.host>
Reviewed-By: Michaël Zasso <targos@protonmail.com>1 parent 33b5107 commit 59d3d54Copy full SHA for 59d3d54
File tree
Expand file treeCollapse file tree
57 files changed
+155
-2
lines changedOpen diff view settings
Filter options
- doc
- api
- src
- test
- message
- parallel
- pseudo-tty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
57 files changed
+155
-2
lines changedOpen diff view settings
Expand file
+8Lines changed: 8 additions & 0 deletions
- Display the source diff
- Display the rich diff
Collapse file
+3Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
273 | 273 | |
274 | 274 | |
275 | 275 | |
| 276 | + |
| 277 | + |
| 278 | + |
276 | 279 | |
277 | 280 | |
278 | 281 | |
|
Collapse file
+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
414 | 414 | |
415 | 415 | |
416 | 416 | |
| 417 | + |
| 418 | + |
| 419 | + |
| 420 | + |
417 | 421 | |
418 | 422 | |
419 | 423 | |
|
Collapse file
+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
511 | 511 | |
512 | 512 | |
513 | 513 | |
| 514 | + |
| 515 | + |
| 516 | + |
| 517 | + |
| 518 | + |
514 | 519 | |
515 | 520 | |
516 | 521 | |
|
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
150 | 150 | |
151 | 151 | |
152 | 152 | |
| 153 | + |
153 | 154 | |
154 | 155 | |
155 | 156 | |
|
Collapse file
test/message/assert_throws_stack.out
Copy file name to clipboardExpand all lines: test/message/assert_throws_stack.out+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
32 | 32 | |
33 | 33 | |
34 | 34 | |
| 35 | + |
| 36 | + |
Collapse file
test/message/core_line_numbers.out
Copy file name to clipboardExpand all lines: test/message/core_line_numbers.out+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
12 | 12 | |
13 | 13 | |
14 | 14 | |
| 15 | + |
| 16 | + |
Collapse file
test/message/error_aggregateTwoErrors.out
Copy file name to clipboardExpand all lines: test/message/error_aggregateTwoErrors.out+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
| 15 | + |
Collapse file
test/message/error_exit.out
Copy file name to clipboardExpand all lines: test/message/error_exit.out+2Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
20 | 20 | |
21 | 21 | |
22 | 22 | |
| 23 | + |
| 24 | + |
Binary file not shown.
0 commit comments