File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1040,9 +1040,9 @@ to the same value.
10401040## ` maxBuffer ` and Unicode
10411041
10421042It is important to keep in mind that the ` maxBuffer ` option specifies the
1043- largest number of * octets* allowed on ` stdout ` or ` stderr ` - if this value is
1044- exceeded then the child process is terminated. This particularly impacts
1045- output that includes multi-byte character encodings such as UTF-8 or UTF-16.
1043+ largest number of * octets* allowed on ` stdout ` or ` stderr ` . If this value is
1044+ exceeded, then the child process is terminated. This particularly impacts
1045+ output that includes multibyte character encodings such as UTF-8 or UTF-16.
10461046For instance, the following will output 13 UTF-8 encoded octets to ` stdout `
10471047although there are only 4 characters:
10481048
You can’t perform that action at this time.
0 commit comments