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
Ideally it would be nice if we were not catching errors at all, to avoid interrupting the error stack, but at the very least if we are going to be catching errors, we should at least report them with some console output so they don't just silently disappear.
The text was updated successfully, but these errors were encountered:
msssk
added a commit
to msssk/dstore
that referenced
this issue
Feb 18, 2020
The
return
statement inside thefinally
block in theemit
causes thrown errors to be caught and silently ignored:https://github.com/SitePen/dstore/blob/1.x/Store.js#L141
Ideally it would be nice if we were not catching errors at all, to avoid interrupting the error stack, but at the very least if we are going to be catching errors, we should at least report them with some console output so they don't just silently disappear.
The text was updated successfully, but these errors were encountered: