(...args)
| 64 | ) |
| 65 | }, |
| 66 | warn(...args) { |
| 67 | console.log( |
| 68 | chalk.bold.bgRgb(255, 153, 0)('WARNING '), |
| 69 | `[${chalk.rgb(255, 255, 255)(new Date().toUTCString())}]:`, |
| 70 | chalk.redBright(format(...args)) |
| 71 | ) |
| 72 | }, |
| 73 | trace(...args) { |
| 74 | console.log( |
| 75 | chalk.grey('TRACE '), |
nothing calls this directly
no outgoing calls
no test coverage detected