Skip to content

Commit 37fdbd0

Browse files
isidoreScottBob
andcommitted
- B catch throwable
Co-Authored-By: Scott Wierschem <[email protected]>
1 parent d34cd69 commit 37fdbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

approvaltests/src/main/java/org/approvaltests/reporters/intellij/IntelliJReporter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ private static String getPath()
2121
{
2222
return findJetBrainsIDEs();
2323
}
24-
catch (Exception e)
24+
catch (Throwable e)
2525
{
2626
// requires Java 9+
2727
return "";

0 commit comments

Comments
 (0)