mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
no, i like typos. some of my best friends are typos.
This commit is contained in:
@@ -102,7 +102,7 @@ public class Compiler {
|
||||
writer.close();
|
||||
|
||||
BufferedReader reader =
|
||||
new BufferedReader(new StringReader(errorBuffer.toString()))
|
||||
new BufferedReader(new StringReader(errorBuffer.toString()));
|
||||
|
||||
String line = null;
|
||||
while ((line = reader.readLine()) != null) {
|
||||
|
||||
Reference in New Issue
Block a user