UNPKG

catch.js

Version:

Catch and handle errors after deployment

8 lines (7 loc) 134 B
listen(handler) { if (typeof module !== "undefined" && module.exports) { this.node(handler) } else { this.browser(handler) } }