ZipError do not extend Exception
This commit is contained in:
parent
aae03a229f
commit
3d9a57aa59
@ -65,7 +65,7 @@ public class ArclightPluginPatcher implements PluginTransformer {
|
|||||||
return Optional.of(transformer);
|
return Optional.of(transformer);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Throwable e) {
|
||||||
ArclightMod.LOGGER.error("patcher.load-error", e);
|
ArclightMod.LOGGER.error("patcher.load-error", e);
|
||||||
}
|
}
|
||||||
return Optional.empty();
|
return Optional.empty();
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user