Commit f6356fe
test: use callback arguments in getconnections test
Use previously-unused callback arguments in
test-child-process-fork-getconnections.
PR-URL: #30775
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>1 parent 4cb8476 commit f6356feCopy full SHA for f6356fe
File tree
Expand file treeCollapse file tree
1 file changed
+6
-2
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+6
-2
lines changedOpen diff view settings
Collapse file
test/parallel/test-child-process-fork-getconnections.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-fork-getconnections.js+6-2Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
58 | 58 | |
59 | 59 | |
60 | 60 | |
61 | | - |
62 | | - |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
63 | 65 | |
64 | 66 | |
65 | 67 | |
| ||
98 | 100 | |
99 | 101 | |
100 | 102 | |
| 103 | + |
| 104 | + |
101 | 105 | |
102 | 106 | |
103 | 107 | |
|
0 commit comments