pm2/examples/v1/string-crash.js
2016-08-07 02:16:13 -07:00

7 lines
51 B
JavaScript

function crash() {
throw 'crashed';
}
crash();