We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cc234 commit cb86357Copy full SHA for cb86357
test/addons/async-hooks-id/test.js
@@ -14,7 +14,7 @@ assert.strictEqual(
14
async_hooks.triggerAsyncId()
15
);
16
17
-process.nextTick(common.mustCall(function() {
+process.nextTick(common.mustCall(() => {
18
assert.strictEqual(
19
binding.getExecutionAsyncId(),
20
async_hooks.executionAsyncId()
0 commit comments