@@ -925,8 +925,8 @@ changes:
925
925
* ` options ` {Object}
926
926
* ` cwd ` {string|URL} Current working directory of the child process.
927
927
* ` input ` {string|Buffer|TypedArray|DataView} The value which will be passed
928
- as stdin to the spawned process. Supplying this value will override
929
- ` stdio[0] ` .
928
+ as stdin to the spawned process. If ` stdio[0] ` is set to ` 'pipe' ` , Supplying
929
+ this value will override ` stdio[0] ` .
930
930
* ` stdio ` {string|Array} Child's stdio configuration. ` stderr ` by default will
931
931
be output to the parent process' stderr unless ` stdio ` is specified.
932
932
** Default:** ` 'pipe' ` .
@@ -995,8 +995,8 @@ changes:
995
995
* ` options ` {Object}
996
996
* ` cwd ` {string|URL} Current working directory of the child process.
997
997
* ` input ` {string|Buffer|TypedArray|DataView} The value which will be passed
998
- as stdin to the spawned process. Supplying this value will override
999
- ` stdio[0] ` .
998
+ as stdin to the spawned process. If ` stdio[0] ` is set to ` 'pipe' ` , Supplying
999
+ this value will override ` stdio[0] ` .
1000
1000
* ` stdio ` {string|Array} Child's stdio configuration. ` stderr ` by default will
1001
1001
be output to the parent process' stderr unless ` stdio ` is specified.
1002
1002
** Default:** ` 'pipe' ` .
@@ -1071,11 +1071,11 @@ changes:
1071
1071
* ` options ` {Object}
1072
1072
* ` cwd ` {string|URL} Current working directory of the child process.
1073
1073
* ` input ` {string|Buffer|TypedArray|DataView} The value which will be passed
1074
- as stdin to the spawned process. Supplying this value will override
1075
- ` stdio[0] ` .
1074
+ as stdin to the spawned process. If ` stdio[0] ` is set to ` 'pipe' ` , Supplying
1075
+ this value will override ` stdio[0] ` .
1076
1076
* ` argv0 ` {string} Explicitly set the value of ` argv[0] ` sent to the child
1077
1077
process. This will be set to ` command ` if not specified.
1078
- * ` stdio ` {string|Array} Child's stdio configuration.
1078
+ * ` stdio ` {string|Array} Child's stdio configuration. ** Default: ** ` 'pipe' ` .
1079
1079
* ` env ` {Object} Environment key-value pairs. ** Default:** ` process.env ` .
1080
1080
* ` uid ` {number} Sets the user identity of the process (see setuid(2)).
1081
1081
* ` gid ` {number} Sets the group identity of the process (see setgid(2)).
0 commit comments