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
Next Next commit
fixup! n-api,src: provide asynchronous cleanup hooks
  • Loading branch information
addaleax authored Jul 31, 2020
commit ed40be14a9af5a90c948bf0e75bbcc08bc5c8f96
2 changes: 1 addition & 1 deletion doc/api/addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ NODE_MODULE_INIT(/* exports, module, context */) {
<!-- YAML
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/????
pr-url: https://github.com/nodejs/node/pull/34572
description: Cleanup hooks may now be asynchronous.
-->

Expand Down