Skip to content

Commit 30f605e

Browse files
committed
debugging
1 parent 765d6db commit 30f605e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

main.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,13 @@ func getDiffs(ctx context.Context, config *lcr.Config, prNumber int) ([]*diff.Fi
207207
mergeBaseSha := commitsComparison.GetMergeBaseCommit().GetSHA()
208208
rawDiff, err = exec.Command("git", "diff", "--find-renames", mergeBaseSha, headSha).CombinedOutput()
209209
if err != nil {
210+
fmt.Printf(`
211+
212+
err -> %v
213+
214+
215+
216+
`, err.Error())
210217
return nil, fmt.Errorf("failed to run git diff: %w", err)
211218
}
212219
}

0 commit comments

Comments
 (0)