()
| 97 | if (cst.PM2_LOG_DATE_FORMAT && typeof cst.PM2_LOG_DATE_FORMAT == 'string') { |
| 98 | // Generate timestamp prefix |
| 99 | function timestamp(){ |
| 100 | return `${dayjs(Date.now()).format(cst.PM2_LOG_DATE_FORMAT)}:`; |
| 101 | } |
| 102 | |
| 103 | var hacks = ['info', 'log', 'error', 'warn'], consoled = {}; |
| 104 |
no outgoing calls
no test coverage detected
searching dependent graphs…