Commit bcc9cc6
committed
fix: Consistent max buffer value across Node versions.
Before Node v12, `maxBuffer` defaulted to 200kb. Node v12+ defaults to 1024kb.
Setting the `maxBuffer` value allows for a more consistent cross-version Node experience.1 parent 7384744 commit bcc9cc6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments