Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9a91cfc

Browse filesBrowse files
hexapodegibfahn
authored andcommitted
test: remove unused variable
Remove unused variable err in test/sequential/test-http-writable-true-after-close.js PR-URL: #17186 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Alexey Orlenko <eaglexrlnk@gmail.com>
1 parent 0b86469 commit 9a91cfc
Copy full SHA for 9a91cfc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/sequential/test-http-writable-true-after-close.js‎

Copy file name to clipboardExpand all lines: test/sequential/test-http-writable-true-after-close.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const server = createServer(common.mustCall((req, res) => {
3434
}));
3535
}).listen(0, () => {
3636
external = get(`http://127.0.0.1:${server.address().port}`);
37-
external.on('error', common.mustCall((err) => {
37+
external.on('error', common.mustCall(() => {
3838
server.close();
3939
internal.close();
4040
}));

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.