mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
cleaner
This commit is contained in:
@@ -2027,7 +2027,7 @@ public abstract class Editor extends JFrame implements RunnerListener {
|
||||
mess = mess.substring(javaLang.length());
|
||||
}
|
||||
String rxString = "RuntimeException: ";
|
||||
if (mess.indexOf(rxString) == 0) {
|
||||
if (mess.startsWith(rxString)) {
|
||||
mess = mess.substring(rxString.length());
|
||||
}
|
||||
statusError(mess);
|
||||
|
||||
Reference in New Issue
Block a user