Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Porthole): report when event listeners throw errors for debuggin…
…g purposes (Porthole.error) Currently, when a listern function throws an error the exception is *silently swallowed*. Debugging information was added in order to improve developer experience. Porthole.error(e) was also tweaked. Added an additional type check for `window.console.error`.
- Loading branch information