mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 04:04:50 +00:00
canceling tasks fixes
This commit is contained in:
@@ -1103,7 +1103,8 @@ public class CommandLineArgumentParser {
|
||||
SWF swf;
|
||||
try {
|
||||
swf = new SWF(new FileInputStream(inFile), sourceInfo.getFile(), sourceInfo.getFileTitle(), Configuration.parallelSpeedUp.get());
|
||||
} catch (SwfOpenException ex) {
|
||||
} catch (FileNotFoundException | SwfOpenException ex) {
|
||||
// FileNotFoundException when anti virus software blocks to open the file
|
||||
logger.log(Level.SEVERE, "Failed to open swf: " + inFile.getName(), ex);
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user