-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugging snippet gets in the way #73
Comments
I'd go for the second solution. |
Ok. I'll get to work on it. (Unless you want to, of course.) |
I'm a little busy a.t.m., any help is greatly appreciated. Thank you for spotting the issue |
I won't be able to fix it until some time this wednesday. I'll just check the issue here by then to see if you have a fix ready. |
This snippet:
Seems to get more in the way than actually helping because Internet Explorer doesn't have a
console
object, so usingdebug
in atry
-catch
block will just throw away what really went wrong and replace the actual error with something else.I have two proposals to resolve this:
I can implement both of the above, so just let me know which one and I'll do it.
The text was updated successfully, but these errors were encountered: