Skip to content

Commit 870a0f2

Browse files
LarsEckartJayBazuziisidore
committed
! B catch exception on DNS error, closes #612
Co-authored-by: Jay Bazuzi <[email protected]> Co-authored-by: Llewellyn Falco <[email protected]>
1 parent dc488f4 commit 870a0f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

approvaltests/src/main/java/org/approvaltests/internal/logs/LoggingUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static void downloadScriptIfMissing(String scriptName)
2323
script.setExecutable(true);
2424
}
2525
}
26-
catch (Exception e)
26+
catch (Throwable e)
2727
{
2828
// do nothing
2929
}

0 commit comments

Comments
 (0)