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
fixup! async_hooks: add trackPromises option to createHook()
  • Loading branch information
joyeecheung committed Jan 19, 2026
commit 3759c9e3b39cd36cad07b080cfe55ad4d2e2ee77
2 changes: 1 addition & 1 deletion tools/doc/type-parser.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const customTypesMap = {

'AsyncLocalStorage': 'async_context.html#class-asynclocalstorage',

'AsyncHook': 'async_hooks.html#async_hookscreatehookcallbacks',
'AsyncHook': 'async_hooks.html#async_hookscreatehookoptions',
'AsyncResource': 'async_hooks.html#class-asyncresource',

'brotli options': 'zlib.html#class-brotlioptions',
Expand Down
Loading