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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Bugfix: fixed a bug where rescue.from would not only call your custom error handler (that only runs when the error is an instance of the given constructor), but also would always call the next error handler in the stack. See #31
Fixes issue where declaring !dist/ on npmignore published only .js files, resulting in missing types definitions. Changing to !dist/* seems to have fixed it.