diff --git a/index.mjs b/index.mjs index 0974efc662..e72520b235 100644 --- a/index.mjs +++ b/index.mjs @@ -84,6 +84,7 @@ export function $(pieces, ...args) { shell: typeof shell === 'string' ? shell : true, stdio: [promise._inheritStdin ? 'inherit' : 'pipe', 'pipe', 'pipe'], windowsHide: true, + maxBuffer: 200 * 1024 * 1024, // 200 MiB }) child.on('exit', code => {