| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c9226f5 commit 64f8530
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -763,8 +763,8 @@ and [Cluster][] documentation), the `process.disconnect()` method will close the | |||
| 763 | 763 | IPC channel to the parent process, allowing the child process to exit gracefully | |
| 764 | 764 | once there are no other connections keeping it alive. | |
| 765 | 765 | ||
| 766 | - The effect of calling `process.disconnect()` is that same as calling the parent | ||
| 767 | - process's [`ChildProcess.disconnect()`][]. | ||
| 766 | + The effect of calling `process.disconnect()` is the same as calling | ||
| 767 | + [`ChildProcess.disconnect()`][] from the parent process. | ||
| 768 | 768 | ||
| 769 | 769 | If the Node.js process was not spawned with an IPC channel, | |
| 770 | 770 | `process.disconnect()` will be `undefined`. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments