(message: string)
| 313 | } |
| 314 | |
| 315 | error(message: string) { |
| 316 | console.log(`[#${this.issue.number}] ${this.type}: └── ERROR: ${message}`) |
| 317 | } |
| 318 | |
| 319 | info(message: string) { |
| 320 | console.log(`[#${this.issue.number}] ${this.type}: └── INFO: ${message}`) |
no outgoing calls
no test coverage detected