File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ changes:
175175 * ` cwd ` {string|URL} Current working directory of the child process.
176176 ** Default:** ` process.cwd() ` .
177177 * ` env ` {Object} Environment key-value pairs. ** Default:** ` process.env ` .
178- * ` encoding ` {string} ** Default:** ` 'utf8 ' `
178+ * ` encoding ` {string} ** Default:** ` 'Buffer ' `
179179 * ` shell ` {string} Shell to execute the command with. See
180180 [ Shell requirements] [ ] and [ Default Windows shell] [ ] . ** Default:**
181181 ` '/bin/sh' ` on Unix, ` process.env.ComSpec ` on Windows.
@@ -360,7 +360,7 @@ changes:
360360* ` options ` {Object}
361361 * ` cwd ` {string|URL} Current working directory of the child process.
362362 * ` env ` {Object} Environment key-value pairs. ** Default:** ` process.env ` .
363- * ` encoding ` {string} ** Default:** ` 'utf8 ' `
363+ * ` encoding ` {string} ** Default:** ` 'Buffer ' `
364364 * ` timeout ` {number} ** Default:** ` 0 `
365365 * ` maxBuffer ` {number} Largest amount of data in bytes allowed on stdout or
366366 stderr. If exceeded, the child process is terminated and any output is
You can’t perform that action at this time.
0 commit comments