chore: Push utils files
Some checks failed
/ test (push) Failing after 5s

This commit is contained in:
2026-02-03 08:36:41 +00:00
parent f22a2a8213
commit 82dc862258

View File

@@ -204,7 +204,7 @@ export function parseDiffOutput(output: string): DiffFile[] {
continue; continue;
} }
const indexMatch = line.match(/^index [a-f0-9]+\.[.a-f0-9]+/); const indexMatch = line.match(/^index [a-f0-9]+\.\.[a-f0-9]+/);
if (indexMatch && currentFile) { if (indexMatch && currentFile) {
continue; continue;
} }