mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 06:54:50 +00:00
AS1/2 assembly timeout log description
This commit is contained in:
@@ -4764,7 +4764,7 @@ public final class SWF implements SWFContainerItem, Timelined, Openable {
|
||||
} catch (CancellationException ex) {
|
||||
throw ex;
|
||||
} catch (Exception ex) {
|
||||
logger.log(Level.SEVERE, null, ex);
|
||||
logger.log(Level.SEVERE, "Reading action list error in " + src.getSwf().getShortPathTitle() + ":" + src.getScriptName(), ex);
|
||||
return new ActionList(src.getSwf().getCharset());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user