We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acea6b3 commit 27bf2e3Copy full SHA for 27bf2e3
src/lib/churn.ts
@@ -60,7 +60,7 @@ function createMapOfChurnsPerFile(
60
}
61
62
function executeGitLogCommand(gitLogCommand: string): string {
63
- return execSync(gitLogCommand, { encoding: "utf8" });
+ return execSync(gitLogCommand, { encoding: "utf8", maxBuffer: 32_000_000 });
64
65
66
function assertGitIsInstalled(): void {
0 commit comments