Error messages printed in the installer dialog, also get printed in the lower black area

This commit is contained in:
Federico Fissore 2015-03-03 16:20:40 +01:00
parent 3be821dfcf
commit 0435a80f6d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@ public class InstallerJDialogUncaughtExceptionHandler implements Thread.Uncaught
SwingUtilities.invokeLater(new Runnable() {
@Override
public void run() {
System.err.println(_(e.getMessage().substring(e.getMessage().indexOf(":") + 2)));
e.printStackTrace();
}
});