@@ -151,7 +151,7 @@ changes:
151
151
* ` maxBuffer ` {number} Largest amount of data in bytes allowed on stdout or
152
152
stderr. If exceeded, the child process is terminated and any output is
153
153
truncated. See caveat at [ ` maxBuffer ` and Unicode] [ ] .
154
- ** Default:** ` 200 * 1024` .
154
+ ** Default:** ` 1024 * 1024` .
155
155
* ` killSignal ` {string|integer} ** Default:** ` 'SIGTERM' `
156
156
* ` uid ` {number} Sets the user identity of the process (see setuid(2)).
157
157
* ` gid ` {number} Sets the group identity of the process (see setgid(2)).
@@ -250,7 +250,7 @@ changes:
250
250
* ` maxBuffer ` {number} Largest amount of data in bytes allowed on stdout or
251
251
stderr. If exceeded, the child process is terminated and any output is
252
252
truncated. See caveat at [ ` maxBuffer ` and Unicode] [ ] .
253
- ** Default:** ` 200 * 1024` .
253
+ ** Default:** ` 1024 * 1024` .
254
254
* ` killSignal ` {string|integer} ** Default:** ` 'SIGTERM' `
255
255
* ` uid ` {number} Sets the user identity of the process (see setuid(2)).
256
256
* ` gid ` {number} Sets the group identity of the process (see setgid(2)).
@@ -721,7 +721,7 @@ changes:
721
721
process will be killed. ** Default:** ` 'SIGTERM' ` .
722
722
* ` maxBuffer ` {number} Largest amount of data in bytes allowed on stdout or
723
723
stderr. If exceeded, the child process is terminated. See caveat at
724
- [ ` maxBuffer ` and Unicode] [ ] . ** Default:** ` 200 * 1024` .
724
+ [ ` maxBuffer ` and Unicode] [ ] . ** Default:** ` 1024 * 1024` .
725
725
* ` encoding ` {string} The encoding used for all stdio inputs and outputs.
726
726
** Default:** ` 'buffer' ` .
727
727
* ` windowsHide ` {boolean} Hide the subprocess console window that would
@@ -788,7 +788,7 @@ changes:
788
788
* ` maxBuffer ` {number} Largest amount of data in bytes allowed on stdout or
789
789
stderr. If exceeded, the child process is terminated and any output is
790
790
truncated. See caveat at [ ` maxBuffer ` and Unicode] [ ] .
791
- ** Default:** ` 200 * 1024` .
791
+ ** Default:** ` 1024 * 1024` .
792
792
* ` encoding ` {string} The encoding used for all stdio inputs and outputs.
793
793
** Default:** ` 'buffer' ` .
794
794
* ` windowsHide ` {boolean} Hide the subprocess console window that would
@@ -852,7 +852,7 @@ changes:
852
852
* ` maxBuffer ` {number} Largest amount of data in bytes allowed on stdout or
853
853
stderr. If exceeded, the child process is terminated and any output is
854
854
truncated. See caveat at [ ` maxBuffer ` and Unicode] [ ] .
855
- ** Default:** ` 200 * 1024` .
855
+ ** Default:** ` 1024 * 1024` .
856
856
* ` encoding ` {string} The encoding used for all stdio inputs and outputs.
857
857
** Default:** ` 'buffer' ` .
858
858
* ` shell ` {boolean|string} If ` true ` , runs ` command ` inside of a shell. Uses
0 commit comments