Commit 3797625
util: fix util.inspect with proxied function
PR-URL: #25244
Fixes: #25212
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com>1 parent fee8a11 commit 3797625Copy full SHA for 3797625
File tree
Expand file treeCollapse file tree
2 files changed
+18
-1
lines changedOpen diff view settings
Filter options
- lib/internal/util
- test/parallel
Expand file treeCollapse file tree
2 files changed
+18
-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+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
628 | 628 | |
629 | 629 | |
630 | 630 | |
631 | | - |
| 631 | + |
| 632 | + |
| 633 | + |
| 634 | + |
632 | 635 | |
633 | 636 | |
634 | 637 | |
|
Collapse file
test/parallel/test-util-inspect-proxy.js
Copy file name to clipboardExpand all lines: test/parallel/test-util-inspect-proxy.js+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
87 | 87 | |
88 | 88 | |
89 | 89 | |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
0 commit comments