(message: string)
| 317 | } |
| 318 | |
| 319 | info(message: string) { |
| 320 | console.log(`[#${this.issue.number}] ${this.type}: └── INFO: ${message}`) |
| 321 | } |
| 322 | } |
| 323 | |
| 324 | export function createThread(issue: Issue, type: string): LogThread { |
no outgoing calls
no test coverage detected