UNPKG
catch.js
Version:
latest (0.1.0)
0.1.0
0.0.1
Catch and handle errors after deployment
github.com/arguiot/Catch
arguiot/Catch
catch.js
/
src
/
functions
/
constructor.js
8 lines
(5 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
constructor
(handler) {
this
.version =
"%%GULP_INJECT_VERSION%%"
// Catch version
this
.listen(handler)
this
.errors = [] }