/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixtures/interface/process_exception_with_logs.js
12 строк
273 B
Unitech
v7 refactor
08 фев 2026, 17:04
08 фев 2026, 17:04
04fad96
Код
Авторство
О чём код?
var pmx = require('../../../modules/pm2-io-bpm'); pmx.action('exception', function(reply) { console.log('Im going to crash'); console.log('I will crash muhahah'); throw new Error('CRASHED'); return reply({ sucess: true}); }); setInterval(function() { }, 1000);