mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-28 13:17:13 +00:00
clear cache after exporting a file
This commit is contained in:
@@ -1090,6 +1090,8 @@ public class CommandLineArgumentParser {
|
||||
long time = stopTimeSwf - startTimeSwf;
|
||||
System.out.println("Export finished: " + inFile.getName() + " Export time: " + Helper.formatTimeSec(time));
|
||||
}
|
||||
|
||||
exfile.clearAllCache();
|
||||
}
|
||||
} catch (OutOfMemoryError | Exception ex) {
|
||||
System.err.print("FAIL: Exporting Failed on Exception - ");
|
||||
|
||||
Reference in New Issue
Block a user