We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f57fcee commit 3472fb4Copy full SHA for 3472fb4
app/src/processing/app/exec/StreamPump.java
@@ -79,7 +79,8 @@ public void run() {
79
} catch (final IOException e) {
80
// System.err.println("StreamPump: " + name);
81
// e.printStackTrace(System.err);
82
- throw new RuntimeException("Inside " + this + " for " + name, e);
+ // removing for 0190, but need a better way to handle these
83
+// throw new RuntimeException("Inside " + this + " for " + name, e);
84
}
85
86
0 commit comments