diff --git a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java index b16977779..e9ad67bee 100644 --- a/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java +++ b/src/com/jpexs/decompiler/flash/console/CommandLineArgumentParser.java @@ -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();