From: Jay Freeman (saurik) Date: Sun, 14 Dec 2014 12:45:42 +0000 (-0800) Subject: Render exceptions that are thrown by PhotoExample. X-Git-Tag: v0.9.4013~4 X-Git-Url: https://git.saurik.com/cydget.git/commitdiff_plain/c07e435b83df6005fbdb8efc5caf95424c11583f Render exceptions that are thrown by PhotoExample. --- 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()); + }