mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
suppress error message
This commit is contained in:
@@ -576,7 +576,9 @@ java.lang.NullPointerException
|
||||
|
||||
} catch (Exception e) {
|
||||
//System.out.println("SystemOutSiphon: i just died in your arms tonight");
|
||||
e.printStackTrace();
|
||||
// on mac os x, this will spew a "Bad File Descriptor" ex
|
||||
// each time an external app is shut down.
|
||||
//e.printStackTrace();
|
||||
thread = null;
|
||||
//System.out.println("");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user