mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-17 19:58:08 +00:00
#1148: log exception
This commit is contained in:
@@ -571,7 +571,9 @@ public class ABC {
|
||||
bodies.add(mb);
|
||||
ais.endDumpLevel();
|
||||
} catch (EndOfStreamException ex) {
|
||||
logger.log(Level.SEVERE, "MethodBody reading: End of stream", ex);
|
||||
ais.endDumpLevelUntil(di);
|
||||
break;
|
||||
}
|
||||
|
||||
SWFDecompilerPlugin.fireMethodBodyParsed(mb, swf);
|
||||
|
||||
Reference in New Issue
Block a user