die() throws ex, kUserDomain for find docs folder on osx

This commit is contained in:
benfry
2005-02-28 21:49:29 +00:00
parent 3b40a6f677
commit 95d4e144c5
4 changed files with 28 additions and 15 deletions

View File

@@ -1266,6 +1266,8 @@ public class PApplet extends Applet
public void die(String what) {
stop();
throw new RuntimeException("died: " + what);
/*
if (online) {
System.err.println("i'm dead.. " + what);
@@ -1273,6 +1275,7 @@ public class PApplet extends Applet
System.err.println(what);
System.exit(1);
}
*/
}