mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-29 18:34:42 +00:00
Debugger stub - TODO
This commit is contained in:
@@ -2802,7 +2802,7 @@ public class CommandLineArgumentParser {
|
||||
FileInputStream fis = new FileInputStream(file);
|
||||
SWF swf = new SWF(fis, Configuration.parallelSpeedUp.get());
|
||||
fis.close();
|
||||
swf.enableDebugging(injectas3);
|
||||
swf.enableDebugging(injectas3, new File(outfile).getParentFile());
|
||||
FileOutputStream fos = new FileOutputStream(outfile);
|
||||
swf.saveTo(fos);
|
||||
fos.close();
|
||||
|
||||
Reference in New Issue
Block a user