pm2/test/fixtures/throw-string.js
2024-11-13 13:23:06 +01:00

7 lines
62 B
JavaScript

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