1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-03-13 10:29:35 +01:00

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

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();
}
});