pm2/examples/string-crash.js
2015-10-09 12:43:47 +02:00

7 lines
51 B
JavaScript

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