mirror of
https://github.com/processing/processing4.git
synced 2026-01-26 01:41:06 +01:00
Update Runner.java
This commit is contained in:
@@ -952,6 +952,11 @@ public class Runner implements MessageConsumer {
|
||||
// System.err.println("message " + s.length() + ":" + s);
|
||||
// }
|
||||
|
||||
// Ignore the warnings on macOS Sequoia to prevent confusion: https://github.com/processing/processing4/issues/864
|
||||
if(s.contains("+[IMKClient subclass]:") || s.contains("+[IMKInputSession subclass]:")){
|
||||
return;
|
||||
}
|
||||
|
||||
// always shove out the message, since it might not fall under
|
||||
// the same setup as we're expecting
|
||||
sketchErr.print(s);
|
||||
|
||||
Reference in New Issue
Block a user