Skip to content
Merged
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
Next Next commit
fixup! tools: add timers functions to the list of restricted globals
  • Loading branch information
aduh95 committed Feb 16, 2022
commit 757364a293185ab20013836c69cabfad66a44e57
2 changes: 1 addition & 1 deletion lib/timers/promises.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const {
clearImmediate,
clearInterval,
clearTimeout,
} = globalThis;
} = require('timers');

const {
AbortError,
Expand Down