()
| 305 | } |
| 306 | |
| 307 | start() { |
| 308 | console.log(`[#${this.issue.number}] ${this.type}: Issue #${this.issue.number}`) |
| 309 | } |
| 310 | |
| 311 | warn(message: string) { |
| 312 | console.log(`[#${this.issue.number}] ${this.type}: └── WARNING: ${message}`) |
no outgoing calls
no test coverage detected