Skip to content

Commit 998142d

Browse files
bitroncmaglie
authored andcommitted
Moved last showError() method for Base to BaseNoGui.
1 parent 83c6137 commit 998142d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/processing/app/BaseNoGui.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,6 +569,10 @@ static public LibraryList scanLibraries(File folder) throws IOException {
569569
return res;
570570
}
571571

572+
static public void showError(String title, String message, int exit_code) {
573+
showError(title, message, null, exit_code);
574+
}
575+
572576
static public void showError(String title, String message, Throwable e) {
573577
notifier.showError(title, message, e, 1);
574578
}

0 commit comments

Comments
 (0)