Commit ab5e94c
util: display a present-but-undefined error cause
See #41097 (comment)
PR-URL: #41247
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 24fbbf2 commit ab5e94cCopy full SHA for ab5e94c
File tree
Expand file treeCollapse file tree
4 files changed
+21
-1
lines changedOpen diff view settings
Filter options
- lib/internal/util
- test
- message
- parallel
Expand file treeCollapse file tree
4 files changed
+21
-1
lines changedOpen diff view settings
Collapse file
lib/internal/util/inspect.js
Copy file name to clipboardExpand all lines: lib/internal/util/inspect.js+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1282 | 1282 | |
1283 | 1283 | |
1284 | 1284 | |
1285 | | - |
| 1285 | + |
1286 | 1286 | |
1287 | 1287 | |
1288 | 1288 | |
|
Collapse file
test/message/util-inspect-error-cause.js
Copy file name to clipboardExpand all lines: test/message/util-inspect-error-cause.js+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
22 | 22 | |
23 | 23 | |
24 | 24 | |
| 25 | + |
| 26 | + |
| 27 | + |
25 | 28 | |
26 | 29 | |
27 | 30 | |
| 31 | + |
28 | 32 | |
29 | 33 | |
30 | 34 | |
|
Collapse file
test/message/util-inspect-error-cause.out
Copy file name to clipboardExpand all lines: test/message/util-inspect-error-cause.out+10Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
23 | 23 | |
24 | 24 | |
25 | 25 | |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
26 | 36 | |
27 | 37 | |
28 | 38 | |
|
Collapse file
test/parallel/test-util-inspect.js
Copy file name to clipboardExpand all lines: test/parallel/test-util-inspect.js+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
665 | 665 | |
666 | 666 | |
667 | 667 | |
| 668 | + |
| 669 | + |
668 | 670 | |
669 | 671 | |
670 | 672 | |
| 673 | + |
| 674 | + |
| 675 | + |
| 676 | + |
671 | 677 | |
672 | 678 | |
673 | 679 | |
|
0 commit comments