Skip to content

Commit b299b50

Browse files
committed
increase maxBuffer for windows
1 parent cdbccfe commit b299b50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass/scripts/verify-package-contents.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ export function execute(
2929
debug(command, args);
3030
const { status, signal } = spawnSync(command, args, {
3131
stdio: 'inherit',
32+
maxBuffer: 100 * 1024 * 1024,
3233
...options,
3334
});
3435
if (status !== 0 || signal !== null) {

0 commit comments

Comments
 (0)