mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
Fixed typo
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];
|
||||
result = "Error on \"" + args[0] + "\"";
|
||||
}
|
||||
else {
|
||||
result = "Error on \"" + args[0] + "\"Consider adding a \"" + args[1] + "\"";
|
||||
|
||||
Reference in New Issue
Block a user