Skip to content

Commit d4c2eba

Browse files
Mohd Maqbool AlamMylesBorins
Mohd Maqbool Alam
authored andcommitted
test: remove unused function args
PR-URL: #14971 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: David Cai <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 83ba2aa commit d4c2eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/async-hooks/test-disable-in-init.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const fs = require('fs');
77
let nestedCall = false;
88

99
async_hooks.createHook({
10-
init: common.mustCall(function(id, type) {
10+
init: common.mustCall(function() {
1111
nestedHook.disable();
1212
if (!nestedCall) {
1313
nestedCall = true;

0 commit comments

Comments
 (0)