mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 10:00:42 +01:00
spew more errors
This commit is contained in:
@@ -275,6 +275,8 @@ public class PdeRuntime implements PdeMessageConsumer {
|
||||
|
||||
public void message(String s) {
|
||||
//System.err.println("message " + s.length() + ":" + s);
|
||||
if (s.length() > 2) System.err.println(s);
|
||||
|
||||
if (s.indexOf(BApplet.LEECH_WAKEUP) == 0) {
|
||||
newMessage = true;
|
||||
return; // this line ignored
|
||||
|
||||
Reference in New Issue
Block a user