| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d0e2492 commit 8d18aed
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1019,7 +1019,7 @@ console.log(result); // 30 | |||
| 1019 | 1019 | ### AtExit hooks | |
| 1020 | 1020 | ||
| 1021 | 1021 | 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. | ||
| 1023 | 1023 | "AtExit" hooks are registered using the `node::AtExit` API. | |
| 1024 | 1024 | ||
| 1025 | 1025 | #### void AtExit(callback, args) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments