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 b4d3622 commit 74698bbCopy full SHA for 74698bb
src/main/java/pl/project13/core/JGitProvider.java
@@ -105,7 +105,7 @@ public void prepareGitToExtractMoreDetailedRepoInformation() throws GitCommitIdE
105
evalCommit = revWalk.parseCommit(headObjectId);
106
revWalk.markStart(evalCommit);
107
} catch (Exception e) {
108
- throw new GitCommitIdExecutionException("Error", e);
+ throw new GitCommitIdExecutionException(e.getMessage(), e);
109
}
110
111
0 commit comments