We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bceb1d6 commit 06ba91dCopy full SHA for 06ba91d
1 file changed
src/main/java/org/variantsync/diffdetective/analysis/Analysis.java
@@ -450,6 +450,9 @@ protected void processCommit() throws Exception {
450
}
451
452
processPatch();
453
+ } catch (Throwable t) {
454
+ Logger.error("error during {} {}", currentPatch.getFileName(), currentPatch.getCommitHash());
455
+ throw t;
456
} finally {
457
runReverseHook(patchHook, Hooks::endPatch);
458
0 commit comments