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