Skip to content

Commit 5b13add

Browse files
ssbrewsterMylesBorins
authored andcommitted
test: remove unused param in test-graph.pipe
Refs: https://twitter.com/NodeTodo/status/900502354834800645 PR-URL: #15007 Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 5cb6500 commit 5b13add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/async-hooks/test-graph.pipe.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ sleep
1414
.on('exit', common.mustCall(onsleepExit))
1515
.on('close', common.mustCall(onsleepClose));
1616

17-
function onsleepExit(code) {}
17+
function onsleepExit() {}
1818

1919
function onsleepClose() {}
2020

0 commit comments

Comments
 (0)