UNPKG
pm2-web
Version:
latest (2.1.3)
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.7.8
1.7.7
1.7.6
1.7.5
1.7.4
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.0
1.4.4
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.0
0.0.2
0.0.1
A web based monitor for PM2
github.com/achingbrain/pm2-web
achingbrain/pm2-web
pm2-web
/
test
/
fixtures
/
exceptional.js
9 lines
(8 loc)
•
175 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* process.on('uncaughtException', function uncaughtListener(err) { console.info('i caught an exception') }) */
setTimeout
(
function
(
) {
throw
new
Error
(
'panic!'
) },
1000
)