From c07e435b83df6005fbdb8efc5caf95424c11583f Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 14 Dec 2014 04:45:42 -0800 Subject: [PATCH] Render exceptions that are thrown by PhotoExample. --- PhotoExample.cydget/index.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/PhotoExample.cydget/index.html b/PhotoExample.cydget/index.html index 1fc5c24..5526917 100644 --- a/PhotoExample.cydget/index.html +++ b/PhotoExample.cydget/index.html @@ -162,7 +162,7 @@
-
+ } catch (e) { + document.write(e.toString()); + } -- 2.45.2