| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0a88e1b commit 4fbc490
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -565,8 +565,8 @@ spawn('prg', [], { stdio: ['pipe', null, null, null, 'pipe'] }); | |||
| 565 | 565 | parent and child processes, and the child is a Node.js process, the child | |
| 566 | 566 | is launched with the IPC channel unreferenced (using `unref()`) until the | |
| 567 | 567 | child registers an event handler for the [`process.on('disconnect')`][] event | |
| 568 | - or the [`process.on('message')`][] event.This allows the child to exit normally | ||
| 569 | - without the process being held open by the open IPC channel.* | ||
| 568 | + or the [`process.on('message')`][] event. This allows the child to exit | ||
| 569 | + normally without the process being held open by the open IPC channel.* | ||
| 570 | 570 | ||
| 571 | 571 | See also: [`child_process.exec()`][] and [`child_process.fork()`][] | |
| 572 | 572 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments