mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
minor cleanups, some notes, see if better option for issue #1312
This commit is contained in:
@@ -275,6 +275,7 @@ public class JavaBuild {
|
||||
fnfe.printStackTrace();
|
||||
String msg = "Build folder disappeared or could not be written";
|
||||
throw new SketchException(msg);
|
||||
|
||||
} catch (antlr.RecognitionException re) {
|
||||
// re also returns a column that we're not bothering with for now
|
||||
// first assume that it's the main file
|
||||
@@ -293,7 +294,7 @@ public class JavaBuild {
|
||||
String msg = re.getMessage();
|
||||
|
||||
//System.out.println(java.getAbsolutePath());
|
||||
System.out.println(bigCode);
|
||||
// System.out.println(bigCode);
|
||||
|
||||
if (msg.contains("expecting RCURLY")) {
|
||||
//if (msg.equals("expecting RCURLY, found 'null'")) {
|
||||
|
||||
Reference in New Issue
Block a user