mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-15 12:29:26 +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() {
|
SwingUtilities.invokeLater(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
|
System.err.println(_(e.getMessage().substring(e.getMessage().indexOf(":") + 2)));
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user