Skip to content
Prev Previous commit
Next Next commit
Update doc/api/child_process.md
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
gireeshpunathil and aduh95 authored Nov 1, 2024
commit 3edaa165b7c5c812add97cc83eba3f808b110ab3
2 changes: 1 addition & 1 deletion doc/api/child_process.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ changes:
process will be killed by timeout or abort signal. **Default:** `'SIGTERM'`.
* `silent` {boolean} If `true`, stdin, stdout, and stderr of the child
process will be piped to the parent process, otherwise they will be inherited
from the parent, see the `'pipe'` and `'inherit'` options for
from the parent process, see the `'pipe'` and `'inherit'` options for
[`child_process.spawn()`][]'s [`stdio`][] for more details.
**Default:** `false`.
* `stdio` {Array|string} See [`child_process.spawn()`][]'s [`stdio`][].
Expand Down