mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-24 17:04:32 +00:00
show warning on invalid boolean config fix
This commit is contained in:
@@ -1466,8 +1466,6 @@ public class CommandLineArgumentParser {
|
||||
System.exit(1);
|
||||
}
|
||||
|
||||
Statistics.print(stat);
|
||||
|
||||
long stopTime = System.currentTimeMillis();
|
||||
long time = stopTime - startTime;
|
||||
System.out.println("Export finished. Total export time: " + Helper.formatTimeSec(time));
|
||||
|
||||
Reference in New Issue
Block a user