fixes for command line modes

This commit is contained in:
Ben Fry
2013-06-01 15:52:05 -04:00
parent cc50178491
commit 708dd2d15d
2 changed files with 12 additions and 4 deletions

View File

@@ -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());