You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running on a large git log, the following happens.
Error: stdout maxBuffer exceeded.
at Socket.<anonymous> (child_process.js:244:12)
at emitOne (events.js:77:13)
at Socket.emit (events.js:169:7)
at readableAddChunk (_stream_readable.js:146:16)
at Socket.Readable.push (_stream_readable.js:110:10)
at Pipe.onread (net.js:523:20)
A quick fix can be found by changing index.js:89 from
When running on a large git log, the following happens.
A quick fix can be found by changing index.js:89 from
to
or by using child_process.spawn instead.
Hope this helps, thanks!
The text was updated successfully, but these errors were encountered: