Skip to content

Commit

Permalink
Make sure the stacktrace isn't lost
Browse files Browse the repository at this point in the history
  • Loading branch information
JaroslavTulach committed Feb 7, 2024
1 parent bbd6d99 commit 76f47a7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ private boolean doSerializeLibrarySuggestions(
Level.SEVERE,
"Serialization of suggestions `" + libraryName + "` failed: " + e.getMessage() + "`",
e);
e.printStackTrace();
throw e;
}
}
Expand Down

0 comments on commit 76f47a7

Please sign in to comment.