mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-30 22:34:48 +00:00
text export fix
This commit is contained in:
@@ -922,6 +922,7 @@ public class CommandLineArgumentParser {
|
||||
|
||||
if (stdErr != null) {
|
||||
System.setErr(new PrintStream(new FileOutputStream(stdErr.replace("{swfFile}", inFileName), true)));
|
||||
Main.initLogging(Configuration.debugMode.get());
|
||||
}
|
||||
|
||||
long startTimeSwf = 0;
|
||||
|
||||
Reference in New Issue
Block a user