Commit 87ef1b2
util: fix inspecting error with a throwing getter for
PR-URL: #47163
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>cause
1 parent 3e74a74 commit 87ef1b2Copy full SHA for 87ef1b2
File tree
Expand file treeCollapse file tree
3 files changed
+25
-2
lines changedOpen diff view settings
Filter options
- lib/internal/util
- test/message
Expand file treeCollapse file tree
3 files changed
+25
-2
lines changedOpen diff view settings
Collapse file
lib/internal/util/inspect.js
Copy file name to clipboardExpand all lines: lib/internal/util/inspect.js+9-2Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1244 | 1244 | |
1245 | 1245 | |
1246 | 1246 | |
| 1247 | + |
| 1248 | + |
| 1249 | + |
| 1250 | + |
| 1251 | + |
| 1252 | + |
| 1253 | + |
1247 | 1254 | |
1248 | | - |
1249 | | - |
| 1255 | + |
| 1256 | + |
1250 | 1257 | |
1251 | 1258 | |
1252 | 1259 | |
|
Collapse file
test/message/util-inspect-error-cause.js
Copy file name to clipboardExpand all lines: test/message/util-inspect-error-cause.js+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
46 | 46 | |
47 | 47 | |
48 | 48 | |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
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 |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
36 | 46 | |
37 | 47 | |
38 | 48 | |
|
0 commit comments