pm2/test/fixtures/throw-string.js
2015-11-24 15:18:18 +01:00

7 lines
51 B
JavaScript

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