mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-30 19:52:13 +01:00
Moved last showError() method for Base to BaseNoGui.
This commit is contained in:
parent
83c61376e0
commit
998142d16d
@ -569,6 +569,10 @@ public class BaseNoGui {
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static public void showError(String title, String message, int exit_code) {
|
||||||
|
showError(title, message, null, exit_code);
|
||||||
|
}
|
||||||
|
|
||||||
static public void showError(String title, String message, Throwable e) {
|
static public void showError(String title, String message, Throwable e) {
|
||||||
notifier.showError(title, message, e, 1);
|
notifier.showError(title, message, e, 1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user