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
I ran into a scenario where the stdOut buffer from one of my git commands (via gittle) exceeds the default maxBuffer size for child_process.exec. If I was able to, I'd pass an option down to gittle to increase the maxBuffer. But currently no such feature exists.
The text was updated successfully, but these errors were encountered:
I ran into a scenario where the stdOut buffer from one of my git commands (via gittle) exceeds the default maxBuffer size for
child_process.exec
. If I was able to, I'd pass an option down to gittle to increase the maxBuffer. But currently no such feature exists.The text was updated successfully, but these errors were encountered: