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
  • Loading branch information
apapirovski committed Jan 8, 2020
commit b2b98e5c9b3637243a772f290d40d70179066a42
1 change: 0 additions & 1 deletion test/async-hooks/test-emit-before-after.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const checkOnce = (fn) => {
};

initHooks({
oninit: (id, type) => process.stdout.write(`${id} ${type}`),
onbefore: checkOnce(chkBefore),
onafter: checkOnce(chkAfter),
allowNoInit: true
Expand Down