mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-16 11:21:18 +03:00
Error messages printed in the installer dialog, also get printed in the lower black area
This commit is contained in:
@ -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();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user