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:
parent
3be821dfcf
commit
0435a80f6d
@ -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();
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user