You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suggest a very simple, yet (IMHO) very helpful suggestions. I was using jschannel for notification and the function which it've called had an obvious error in it, but jschannel quietly ate the exception, even in debug mode, and the only error it gave back is a "runtime_error" string, which is far from being helpful.
I suggest a very simple, yet (IMHO) very helpful suggestions. I was using jschannel for notification and the function which it've called had an obvious error in it, but jschannel quietly ate the exception, even in debug mode, and the only error it gave back is a "runtime_error" string, which is far from being helpful.
After inspecting the code, I think adding a simple
console.log(e.stack)
or something similar (only in debug mode) here: https://github.com/mozilla/jschannel/blob/master/src/jschannel.js#L390would help a great deal when debugging.
The text was updated successfully, but these errors were encountered: