We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c68dd4 commit 6d12242Copy full SHA for 6d12242
test/parallel/test-async-hooks-enable-recursive.js
@@ -9,7 +9,7 @@ const nestedHook = async_hooks.createHook({
9
});
10
11
async_hooks.createHook({
12
- init: common.mustCall((id, type) => {
+ init: common.mustCall(() => {
13
nestedHook.enable();
14
}, 2)
15
}).enable();
0 commit comments