| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -26,9 +26,9 @@ Child processes always have three streams associated with them. `child.stdin`, | |||
| 26 | 26 | streams of the parent process, or they may be separate stream objects | |
| 27 | 27 | which can be piped to and from. | |
| 28 | 28 | ||
| 29 | - The ChildProcess class is not intended to be used directly. Use the | ||
| 30 | - [`spawn()`][], [`exec()`][], [`execFile()`][], or [`fork()`][] methods to create a Child | ||
| 31 | - Process instance. | ||
| 29 | + The `ChildProcess` class is not intended to be used directly. Use the | ||
| 30 | + [`spawn()`][], [`exec()`][], [`execFile()`][], or [`fork()`][] methods to create | ||
| 31 | + an instance of `ChildProcess`. | ||
| 32 | 32 | ||
| 33 | 33 | ### Event: 'close' | |
| 34 | 34 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments