We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7491e90 commit f30bbb7Copy full SHA for f30bbb7
java/src/processing/mode/java/pdex/ErrorMessageSimplifier.java
@@ -147,7 +147,7 @@ else if (args[0].equalsIgnoreCase(") Statement")){
147
}
148
else {
149
if(args[1].equalsIgnoreCase("Statement")){ // See #3104
150
- result = "Error on \"" + args[0];
+ result = "Error on \"" + args[0] + "\"";
151
152
153
result = "Error on \"" + args[0] + "\"Consider adding a \"" + args[1] + "\"";
0 commit comments