(disconnectedMs: number)
| 358 | }, |
| 359 | |
| 360 | logReconnected(disconnectedMs: number): void { |
| 361 | printLog( |
| 362 | chalk.dim(`[${timestamp()}]`) + |
| 363 | ` ${chalk.green('Reconnected')} after ${formatDuration(disconnectedMs)}\n`, |
| 364 | ) |
| 365 | }, |
| 366 | |
| 367 | setRepoInfo(repo: string, branchName: string): void { |
| 368 | repoName = repo |
nothing calls this directly
no test coverage detected