mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 10:51:53 +00:00
removed System.exit on premature file end
This commit is contained in:
@@ -166,7 +166,6 @@ public class SWFInputStream extends InputStream {
|
||||
return readNoBitReset();
|
||||
} catch (EndOfStreamException ex) {
|
||||
Logger.getLogger(SWFInputStream.class.getName()).log(Level.SEVERE, null, ex);
|
||||
System.exit(1);
|
||||
}
|
||||
return -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user