| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 748e424 commit 524ebfb
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -551,7 +551,7 @@ added: v0.11.12 | |||
| 551 | 551 | * `cwd` {String} Current working directory of the child process | |
| 552 | 552 | * `input` {String|Buffer} The value which will be passed as stdin to the spawned process | |
| 553 | 553 | - supplying this value will override `stdio[0]` | |
| 554 | - * `stdio` {Array} Child's stdio configuration. (Default: 'pipe') | ||
| 554 | + * `stdio` {String|Array} Child's stdio configuration. (Default: 'pipe') | ||
| 555 | 555 | - `stderr` by default will be output to the parent process' stderr unless | |
| 556 | 556 | `stdio` is specified | |
| 557 | 557 | * `env` {Object} Environment key-value pairs | |
@@ -586,7 +586,7 @@ added: v0.11.12 | |||
| 586 | 586 | * `cwd` {String} Current working directory of the child process | |
| 587 | 587 | * `input` {String|Buffer} The value which will be passed as stdin to the spawned process | |
| 588 | 588 | - supplying this value will override `stdio[0]` | |
| 589 | - * `stdio` {Array} Child's stdio configuration. (Default: 'pipe') | ||
| 589 | + * `stdio` {String|Array} Child's stdio configuration. (Default: 'pipe') | ||
| 590 | 590 | - `stderr` by default will be output to the parent process' stderr unless | |
| 591 | 591 | `stdio` is specified | |
| 592 | 592 | * `env` {Object} Environment key-value pairs | |
@@ -626,7 +626,7 @@ added: v0.11.12 | |||
| 626 | 626 | * `cwd` {String} Current working directory of the child process | |
| 627 | 627 | * `input` {String|Buffer} The value which will be passed as stdin to the spawned process | |
| 628 | 628 | - supplying this value will override `stdio[0]` | |
| 629 | - * `stdio` {Array} Child's stdio configuration. | ||
| 629 | + * `stdio` {String|Array} Child's stdio configuration. | ||
| 630 | 630 | * `env` {Object} Environment key-value pairs | |
| 631 | 631 | * `uid` {Number} Sets the user identity of the process. (See setuid(2).) | |
| 632 | 632 | * `gid` {Number} Sets the group identity of the process. (See setgid(2).) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments