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 f8fe474

Browse filesBrowse files
danbevMyles Borins
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 3be5cdc commit f8fe474
Copy full SHA for f8fe474

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
@@ -1003,7 +1003,7 @@ console.log(result); // 30
10031003
### AtExit hooks
10041004

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

10091009
#### 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.