Exceptions showing up as "[object Object]"
-
I love the way the script now runs up until the exception, but there seems to be an unfortunate side effect: I'm now seeing a red
[object Object]
in the console and e-mails, rather than an exception and stack trace. Sounds like someone forgot to pretty-print the exception...
-
And less than 20 minutes after I post this, it appears to be fixed. Thanks!