mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
runtimeex handling, more revisions info
This commit is contained in:
@@ -51,6 +51,7 @@ class PdeMessageSiphon implements Runnable {
|
||||
//
|
||||
String currentLine;
|
||||
while ((currentLine = streamReader.readLine()) != null) {
|
||||
// \n is added again because readLine() strips it out
|
||||
consumer.message(currentLine + "\n");
|
||||
}
|
||||
thread = null;
|
||||
|
||||
Reference in New Issue
Block a user