diff options
| -rw-r--r-- | enigma-swing/src/main/java/cuchaz/enigma/gui/dialog/ProgressDialog.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/enigma-swing/src/main/java/cuchaz/enigma/gui/dialog/ProgressDialog.java b/enigma-swing/src/main/java/cuchaz/enigma/gui/dialog/ProgressDialog.java index 5f6dbdb5..d76ddea9 100644 --- a/enigma-swing/src/main/java/cuchaz/enigma/gui/dialog/ProgressDialog.java +++ b/enigma-swing/src/main/java/cuchaz/enigma/gui/dialog/ProgressDialog.java | |||
| @@ -96,6 +96,7 @@ public class ProgressDialog implements ProgressListener, AutoCloseable { | |||
| 96 | try (progress) { | 96 | try (progress) { |
| 97 | runnable.run(progress); | 97 | runnable.run(progress); |
| 98 | } catch (Exception e) { | 98 | } catch (Exception e) { |
| 99 | CrashDialog.show(e); | ||
| 99 | throw new RuntimeException(e); | 100 | throw new RuntimeException(e); |
| 100 | } | 101 | } |
| 101 | }); | 102 | }); |