/
githubmirror
/
pm2
Обзор
Документация
Войти
/
githubmirror
/
pm2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
5.0.3
examples/misc-examples/echo.js
10 строк
229 B
Unitech
Update README.md and fully restructure tests
24 янв 2018, 14:43
24 янв 2018, 14:43
dcd190b
Код
Авторство
О чём код?
setInterval(function() { console.log('log message from echo.js'); console.warn({ json : true }); }, 1500); setTimeout(function() { setInterval(function() { console.error('err msg from echo.js'); }, 1500); }, 750);