We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb0297 commit 5e443d7Copy full SHA for 5e443d7
test/async-hooks/test-graph.pipe.js
@@ -14,7 +14,7 @@ sleep
14
.on('exit', common.mustCall(onsleepExit))
15
.on('close', common.mustCall(onsleepClose));
16
17
-function onsleepExit(code) {}
+function onsleepExit() {}
18
19
function onsleepClose() {}
20
0 commit comments