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 be4c984 commit 9fc58afCopy full SHA for 9fc58af
test/async-hooks/test-disable-in-init.js
@@ -7,7 +7,7 @@ const fs = require('fs');
7
let nestedCall = false;
8
9
async_hooks.createHook({
10
- init: common.mustCall(function(id, type) {
+ init: common.mustCall(function() {
11
nestedHook.disable();
12
if (!nestedCall) {
13
nestedCall = true;
0 commit comments