We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817d871 commit d4fd76aCopy full SHA for d4fd76a
test/async-hooks/test-async-await.js
@@ -26,7 +26,7 @@ const hooks = initHooks({
26
});
27
hooks.enable();
28
29
-function oninit(asyncId, type, triggerAsyncId, resource) {
+function oninit(asyncId, type) {
30
if (type === 'PROMISE') {
31
promisesInitState.set(asyncId, 'inited');
32
}
0 commit comments