mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-04 22:25:42 +00:00
as2 export fix
This commit is contained in:
@@ -18,6 +18,7 @@ package com.jpexs.decompiler.flash.exporters.script;
|
||||
|
||||
import com.jpexs.decompiler.flash.AbortRetryIgnoreHandler;
|
||||
import com.jpexs.decompiler.flash.EventListener;
|
||||
import com.jpexs.decompiler.flash.RetryTask;
|
||||
import com.jpexs.decompiler.flash.RunnableIOExResult;
|
||||
import com.jpexs.decompiler.flash.action.Action;
|
||||
import com.jpexs.decompiler.flash.configuration.Configuration;
|
||||
@@ -114,6 +115,8 @@ public class ExportScriptTask implements Callable<File> {
|
||||
eventListener.handleExportingEvent("script", index, count, f);
|
||||
}
|
||||
|
||||
new RetryTask(rio, handler).run();
|
||||
|
||||
if (eventListener != null) {
|
||||
long time = stopTime - startTime;
|
||||
eventListener.handleExportedEvent("script", index, count, f + ", " + Helper.formatTimeSec(time));
|
||||
|
||||
Reference in New Issue
Block a user