mirror of
https://github.com/processing/processing4.git
synced 2026-01-30 03:41:15 +01:00
Fixes #3104
This commit is contained in:
@@ -147,7 +147,7 @@ public class ErrorMessageSimplifier {
|
||||
}
|
||||
else {
|
||||
if(args[1].equalsIgnoreCase("Statement")){ // See #3104
|
||||
result = "Error on \"" + args[0] + "\", statement expected after this.";
|
||||
result = "Error on \"" + args[0];
|
||||
}
|
||||
else {
|
||||
result = "Error on \"" + args[0] + "\"Consider adding a \"" + args[1] + "\"";
|
||||
|
||||
Reference in New Issue
Block a user