mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
disabled debug flag.. caused NullPointerException if prog was empty
This commit is contained in:
@@ -164,7 +164,7 @@ public class PdePreprocessor {
|
||||
writeFooter(stream);
|
||||
stream.close();
|
||||
|
||||
final boolean debug = true;
|
||||
final boolean debug = false; //true;
|
||||
|
||||
// if we're debugging, serialize the parse tree to an XML file. can
|
||||
// be viewed usefully with Mozilla or IE
|
||||
|
||||
Reference in New Issue
Block a user