mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-06 04:48:28 +00:00
Added: AS2 - Information about need of decompiling all scripts to detect uninitialized class fields
Fixed: #2338 AS decompiling threads got stuck after cancelling / timeout CancellableWorker refactoring
This commit is contained in:
@@ -40,6 +40,9 @@ public class ConsoleAbortRetryIgnoreHandler implements AbortRetryIgnoreHandler {
|
||||
|
||||
@Override
|
||||
public int handle(Throwable thrown) {
|
||||
if (thrown instanceof InterruptedException) {
|
||||
return AbortRetryIgnoreHandler.ABORT;
|
||||
}
|
||||
if (errorMode != AbortRetryIgnoreHandler.UNDEFINED) {
|
||||
int result = errorMode;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user