mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 22:31:54 +00:00
AS3: Better imports
AS3: Better interfaces
This commit is contained in:
@@ -495,7 +495,7 @@ public class Main {
|
||||
} catch (Exception ex) {
|
||||
exportOK = false;
|
||||
System.err.print("FAIL: Exporting Failed on Exception - ");
|
||||
System.err.println(ex.getLocalizedMessage());
|
||||
Logger.getLogger(Main.class.getName()).log(Level.SEVERE, null, ex);
|
||||
System.exit(1);
|
||||
}
|
||||
if (exportOK) {
|
||||
|
||||
Reference in New Issue
Block a user