()
| 91 | } |
| 92 | } |
| 93 | |
| 94 | class CheckInPlugin extends Plugin { |
| 95 | description = this.helpText(); |
| 96 | private readonly cfg = new ConfigManager(); |
| 97 | private timer: NodeJS.Timeout | null = null; |
| 98 | private running = false; |
| 99 | private todayRunTime: string | null = null; |
nothing calls this directly
no test coverage detected