mirror of
https://github.com/processing/processing4.git
synced 2026-02-09 08:39:33 +01:00
fixed image downloading code
This commit is contained in:
@@ -13,8 +13,8 @@ public class KjcApplet extends BApplet {
|
||||
super.run();
|
||||
|
||||
} catch (Exception e) {
|
||||
System.out.println("ex found in run");
|
||||
//e.printStackTrace();
|
||||
//System.out.println("ex found in run");
|
||||
e.printStackTrace();
|
||||
//engine.error(e);
|
||||
engine.newMessage = true;
|
||||
e.printStackTrace(engine.leechErr);
|
||||
|
||||
Reference in New Issue
Block a user