mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 03:10:55 +00:00
tests fixed
This commit is contained in:
@@ -96,7 +96,7 @@ public class Graph {
|
||||
}
|
||||
} catch (InterruptedException ex) {
|
||||
throw ex;
|
||||
} catch (Error ex) {
|
||||
} catch (Exception | Error ex) {
|
||||
String s = ex.toString();
|
||||
//ignore
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user