UNPKG

catch.js

Version:

Catch and handle errors after deployment

8 lines (5 loc) 126 B
constructor(handler) { this.version = "%%GULP_INJECT_VERSION%%" // Catch version this.listen(handler) this.errors = [] }