mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-10 00:35:13 +00:00
handle exceptions in command line export: do not break... continue.
This commit is contained in:
@@ -1092,7 +1092,7 @@ public class CommandLineArgumentParser {
|
||||
swf = new SWF(new FileInputStream(inFile), sourceInfo.getFile(), sourceInfo.getFileTitle(), Configuration.parallelSpeedUp.get());
|
||||
} catch (SwfOpenException ex) {
|
||||
logger.log(Level.SEVERE, "Failed to open swf: " + inFile.getName(), ex);
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
|
||||
swf.swfList = new SWFList();
|
||||
|
||||
Reference in New Issue
Block a user