@@ -151,7 +151,7 @@ changes:
151151 * ` maxBuffer ` {number} Largest amount of data in bytes allowed on stdout or
152152 stderr. If exceeded, the child process is terminated and any output is
153153 truncated. See caveat at [ ` maxBuffer ` and Unicode] [ ] .
154- ** Default:** ` 200 * 1024` .
154+ ** Default:** ` 1024 * 1024` .
155155 * ` killSignal ` {string|integer} ** Default:** ` 'SIGTERM' `
156156 * ` uid ` {number} Sets the user identity of the process (see setuid(2)).
157157 * ` gid ` {number} Sets the group identity of the process (see setgid(2)).
@@ -250,7 +250,7 @@ changes:
250250 * ` maxBuffer ` {number} Largest amount of data in bytes allowed on stdout or
251251 stderr. If exceeded, the child process is terminated and any output is
252252 truncated. See caveat at [ ` maxBuffer ` and Unicode] [ ] .
253- ** Default:** ` 200 * 1024` .
253+ ** Default:** ` 1024 * 1024` .
254254 * ` killSignal ` {string|integer} ** Default:** ` 'SIGTERM' `
255255 * ` uid ` {number} Sets the user identity of the process (see setuid(2)).
256256 * ` gid ` {number} Sets the group identity of the process (see setgid(2)).
@@ -721,7 +721,7 @@ changes:
721721 process will be killed. ** Default:** ` 'SIGTERM' ` .
722722 * ` maxBuffer ` {number} Largest amount of data in bytes allowed on stdout or
723723 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` .
725725 * ` encoding ` {string} The encoding used for all stdio inputs and outputs.
726726 ** Default:** ` 'buffer' ` .
727727 * ` windowsHide ` {boolean} Hide the subprocess console window that would
@@ -788,7 +788,7 @@ changes:
788788 * ` maxBuffer ` {number} Largest amount of data in bytes allowed on stdout or
789789 stderr. If exceeded, the child process is terminated and any output is
790790 truncated. See caveat at [ ` maxBuffer ` and Unicode] [ ] .
791- ** Default:** ` 200 * 1024` .
791+ ** Default:** ` 1024 * 1024` .
792792 * ` encoding ` {string} The encoding used for all stdio inputs and outputs.
793793 ** Default:** ` 'buffer' ` .
794794 * ` windowsHide ` {boolean} Hide the subprocess console window that would
@@ -852,7 +852,7 @@ changes:
852852 * ` maxBuffer ` {number} Largest amount of data in bytes allowed on stdout or
853853 stderr. If exceeded, the child process is terminated and any output is
854854 truncated. See caveat at [ ` maxBuffer ` and Unicode] [ ] .
855- ** Default:** ` 200 * 1024` .
855+ ** Default:** ` 1024 * 1024` .
856856 * ` encoding ` {string} The encoding used for all stdio inputs and outputs.
857857 ** Default:** ` 'buffer' ` .
858858 * ` shell ` {boolean|string} If ` true ` , runs ` command ` inside of a shell. Uses
0 commit comments