| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3be5cdc commit f8fe474
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1003,7 +1003,7 @@ console.log(result); // 30 | |||
| 1003 | 1003 | ### AtExit hooks | |
| 1004 | 1004 | ||
| 1005 | 1005 | 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. | ||
| 1007 | 1007 | "AtExit" hooks are registered using the `node::AtExit` API. | |
| 1008 | 1008 | ||
| 1009 | 1009 | #### void AtExit(callback, args) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments