Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fixup: typo
  • Loading branch information
apapirovski committed Jun 7, 2019
commit 83658f79569e7acb305e6f36f751c23a632baf5c
2 changes: 1 addition & 1 deletion test/async-hooks/test-late-hook-enable.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const fnsToTest = [setTimeout, (cb) => {
setImmediate(() => {
hook.disable();
});
})
});
}, (cb) => {
process.nextTick(() => {
cb();
Expand Down