mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 19:55:33 +00:00
Fixed: AS3 direct editation - compilation of top level classes
This commit is contained in:
@@ -902,7 +902,7 @@ public class TagTreeContextMenu extends JPopupMenu {
|
||||
+ "public class " + IdentifiersDeobfuscation.printIdentifier(true, classSimpleName) + " {"
|
||||
+ " }"
|
||||
+ "}";
|
||||
parser.addScript(script, false, fileName, 0, 0);
|
||||
parser.addScript(script, fileName, 0, 0);
|
||||
} catch (IOException | InterruptedException | AVM2ParseException | CompilationException ex) {
|
||||
Logger.getLogger(TagTreeContextMenu.class.getName()).log(Level.SEVERE, "Error during script compilation", ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user