Commit 6f5ced6
src: accept single argument in getProxyDetails
This makes sure this function stays backwards compatible in case
it's accessed through the binding directly.
Refs: #29947 (comment)
Backport-PR-URL: #31431
PR-URL: #30858
Refs: #30767
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: David Carlier <devnexen@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Anna Henningsen <anna@addaleax.net>1 parent cc19d08 commit 6f5ced6Copy full SHA for 6f5ced6
File tree
Expand file treeCollapse file tree
2 files changed
+8
-3
lines changedOpen diff view settings
Filter options
- src
- test/parallel
Expand file treeCollapse file tree
2 files changed
+8
-3
lines changedOpen diff view settings
Collapse file
+4-3Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
91 | 91 | |
92 | 92 | |
93 | 93 | |
94 | | - |
95 | | - |
96 | 94 | |
97 | 95 | |
98 | | - |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
99 | 100 | |
100 | 101 | |
101 | 102 | |
|
Collapse file
test/parallel/test-util-inspect-proxy.js
Copy file name to clipboardExpand all lines: test/parallel/test-util-inspect-proxy.js+4Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
50 | 50 | |
51 | 51 | |
52 | 52 | |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
53 | 57 | |
54 | 58 | |
55 | 59 | |
|
0 commit comments