summaryrefslogtreecommitdiff
path: root/enigma-swing
diff options
context:
space:
mode:
Diffstat (limited to 'enigma-swing')
-rw-r--r--enigma-swing/src/main/java/cuchaz/enigma/gui/GuiController.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/enigma-swing/src/main/java/cuchaz/enigma/gui/GuiController.java b/enigma-swing/src/main/java/cuchaz/enigma/gui/GuiController.java
index 1c4549d6..7691f39c 100644
--- a/enigma-swing/src/main/java/cuchaz/enigma/gui/GuiController.java
+++ b/enigma-swing/src/main/java/cuchaz/enigma/gui/GuiController.java
@@ -311,7 +311,7 @@ public class GuiController implements ClientPacketHandler, GuiView, DataInvalida
311 311
312 return ProgressDialog.runOffThread(this.gui.getFrame(), progress -> { 312 return ProgressDialog.runOffThread(this.gui.getFrame(), progress -> {
313 EnigmaProject.JarExport jar = project.exportRemappedJar(progress); 313 EnigmaProject.JarExport jar = project.exportRemappedJar(progress);
314 jar.decompileStream(progress, chp.getDecompilerService(), EnigmaProject.DecompileErrorStrategy.TRACE_AS_SOURCE).forEach(source -> { 314 jar.decompileStream(project, progress, chp.getDecompilerService(), EnigmaProject.DecompileErrorStrategy.TRACE_AS_SOURCE).forEach(source -> {
315 try { 315 try {
316 source.writeTo(source.resolvePath(path)); 316 source.writeTo(source.resolvePath(path));
317 } catch (IOException e) { 317 } catch (IOException e) {