mirror of
https://github.com/processing/processing4.git
synced 2026-02-09 00:29:22 +01:00
fix to ignore META-INF and NullPointerException on external siphon
This commit is contained in:
@@ -55,6 +55,9 @@ class PdeMessageSiphon implements Runnable {
|
||||
consumer.message(currentLine);
|
||||
//System.err.println(currentLine);
|
||||
}
|
||||
} catch (NullPointerException npe) {
|
||||
// ignore this guy, since it's prolly just shutting down
|
||||
|
||||
} catch (Exception e) {
|
||||
// on linux, a "bad file descriptor" message comes up when
|
||||
// closing an applet that's being run externally.
|
||||
|
||||
Reference in New Issue
Block a user