(message: string)
| 627 | }, |
| 628 | |
| 629 | info(message: string): void { |
| 630 | console.log(chalk.gray(" → ") + message); |
| 631 | }, |
| 632 | |
| 633 | success(message: string): void { |
| 634 | console.log(chalk.green(" ✓ ") + message); |
nothing calls this directly
no outgoing calls
no test coverage detected