We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d69b9b7 commit 1222be8Copy full SHA for 1222be8
1 file changed
test/sequential/test-http-max-http-headers.js
@@ -134,7 +134,7 @@ const test2 = common.mustCall(() => {
134
client.resume();
135
});
136
137
- finished(client, common.mustCall((err) => {
+ finished(client, common.mustCall(() => {
138
server.close(test3);
139
}));
140
0 commit comments