mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 01:29:17 +01:00
fix library examples for net and camera, fix libs as well
This commit is contained in:
@@ -381,9 +381,10 @@ public class PdeRuntime implements PdeMessageConsumer {
|
||||
return;
|
||||
}
|
||||
|
||||
// these are used for debugging, in case there are concerns
|
||||
// that som errors aren't coming through properly
|
||||
//System.err.println("message " + s.length() + ":" + s);
|
||||
// is this only for debugging, or?
|
||||
if (s.length() > 2) System.err.println(s);
|
||||
//if (s.length() > 2) System.err.println(s);
|
||||
|
||||
// this is PApplet sending a message saying "i'm about to spew
|
||||
// a stack trace because an error occurred during PApplet.run()"
|
||||
|
||||
Reference in New Issue
Block a user