| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9cb236f commit 627c0cb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -575,7 +575,7 @@ added: v0.11.12 | |||
| 575 | 575 | * `input` {String|Buffer} The value which will be passed as stdin to the | |
| 576 | 576 | spawned process | |
| 577 | 577 | - supplying this value will override `stdio[0]` | |
| 578 | - * `stdio` {Array} Child's stdio configuration. (Default: `'pipe'`) | ||
| 578 | + * `stdio` {String | Array} Child's stdio configuration. (Default: `'pipe'`) | ||
| 579 | 579 | - `stderr` by default will be output to the parent process' stderr unless | |
| 580 | 580 | `stdio` is specified | |
| 581 | 581 | * `env` {Object} Environment key-value pairs | |
@@ -613,7 +613,7 @@ added: v0.11.12 | |||
| 613 | 613 | * `input` {String|Buffer} The value which will be passed as stdin to the | |
| 614 | 614 | spawned process | |
| 615 | 615 | - supplying this value will override `stdio[0]` | |
| 616 | - * `stdio` {Array} Child's stdio configuration. (Default: `'pipe'`) | ||
| 616 | + * `stdio` {String | Array} Child's stdio configuration. (Default: `'pipe'`) | ||
| 617 | 617 | - `stderr` by default will be output to the parent process' stderr unless | |
| 618 | 618 | `stdio` is specified | |
| 619 | 619 | * `env` {Object} Environment key-value pairs | |
@@ -657,7 +657,7 @@ added: v0.11.12 | |||
| 657 | 657 | * `input` {String|Buffer} The value which will be passed as stdin to the | |
| 658 | 658 | spawned process | |
| 659 | 659 | - supplying this value will override `stdio[0]` | |
| 660 | - * `stdio` {Array} Child's stdio configuration. | ||
| 660 | + * `stdio` {String | Array} Child's stdio configuration. | ||
| 661 | 661 | * `env` {Object} Environment key-value pairs | |
| 662 | 662 | * `uid` {Number} Sets the user identity of the process. (See setuid(2).) | |
| 663 | 663 | * `gid` {Number} Sets the group identity of the process. (See setgid(2).) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments