(message: string)
| 635 | }, |
| 636 | |
| 637 | error(message: string): void { |
| 638 | console.log(chalk.red(" ✗ ") + message); |
| 639 | }, |
| 640 | |
| 641 | warn(message: string): void { |
| 642 | console.log(chalk.yellow(" ⚠ ") + message); |
nothing calls this directly
no outgoing calls
no test coverage detected