(...args)
| 78 | ) |
| 79 | }, |
| 80 | debug(...args) { |
| 81 | console.log( |
| 82 | chalk.bold.bgRgb(66, 167, 245)('DEBUG '), |
| 83 | `[${chalk.rgb(255, 255, 255)(new Date().toUTCString())}]:`, |
| 84 | chalk.white(format(...args)) |
| 85 | ) |
| 86 | }, |
| 87 | } |
| 88 | }, |
| 89 | enumerable: true, |
nothing calls this directly
no outgoing calls
no test coverage detected