Skip to content

Commit fb024b6

Browse files
authored
Increase the maxbuffer size (#28)
1 parent 273ed7b commit fb024b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function execCmd(command, workingDir, trimResult = true) {
4747
command,
4848
{
4949
cwd: workingDir,
50-
maxBuffer: 1024 * 1024 * 4
50+
maxBuffer: 1024 * 1024 * 20
5151
},
5252
function(error, stdout) {
5353
error ? reject(error) : resolve(

0 commit comments

Comments
 (0)