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 5cb6500 commit 5b13addCopy full SHA for 5b13add
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