mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 19:04:38 +00:00
Multi thread AS search
This commit is contained in:
@@ -42,6 +42,10 @@ public class RetryTask {
|
||||
} catch (InterruptedException ex) {
|
||||
throw ex;
|
||||
} catch (Exception ex) {
|
||||
if (handler == null) {
|
||||
throw ex;
|
||||
}
|
||||
|
||||
switch (handler.handle(ex)) {
|
||||
case AbortRetryIgnoreHandler.ABORT:
|
||||
throw ex;
|
||||
|
||||
Reference in New Issue
Block a user