Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8d18aed

Browse filesBrowse files
danbevFishrock123
authored andcommitted
doc: fixing minor typo in AtExit hooks section
PR-URL: #7485 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net>
1 parent d0e2492 commit 8d18aed
Copy full SHA for 8d18aed

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/addons.md‎

Copy file name to clipboardExpand all lines: doc/api/addons.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -1019,7 +1019,7 @@ console.log(result); // 30
10191019
### AtExit hooks
10201020

10211021
An "AtExit" hook is a function that is invoked after the Node.js event loop
1022-
has ended by before the JavaScript VM is terminated and Node.js shuts down.
1022+
has ended but before the JavaScript VM is terminated and Node.js shuts down.
10231023
"AtExit" hooks are registered using the `node::AtExit` API.
10241024

10251025
#### void AtExit(callback, args)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.