mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 02:20:45 +01:00
fixes for command line modes
This commit is contained in:
@@ -150,9 +150,9 @@ public class Compiler {
|
||||
writer.close();
|
||||
|
||||
String errorString = errorBuffer.toString();
|
||||
if (errorString.trim().length() != 0) {
|
||||
success = false;
|
||||
}
|
||||
// if (errorString.trim().length() != 0) {
|
||||
// success = false;
|
||||
// }
|
||||
BufferedReader reader =
|
||||
new BufferedReader(new StringReader(errorString));
|
||||
//System.err.println(errorBuffer.toString());
|
||||
|
||||
Reference in New Issue
Block a user