We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936c0b2 commit c2b30a9Copy full SHA for c2b30a9
test/sequential/test-http-writable-true-after-close.js
@@ -34,7 +34,7 @@ const server = createServer(common.mustCall((req, res) => {
34
}));
35
}).listen(0, () => {
36
external = get(`http://127.0.0.1:${server.address().port}`);
37
- external.on('error', common.mustCall((err) => {
+ external.on('error', common.mustCall(() => {
38
server.close();
39
internal.close();
40
0 commit comments