The reason live watching degraded, or null if it is healthy (#876).
()
| 1040 | |
| 1041 | /** The reason live watching degraded, or null if it is healthy (#876). */ |
| 1042 | getWatcherDegradedReason(): string | null { |
| 1043 | return this.watcher?.getDegradedReason() ?? null; |
| 1044 | } |
| 1045 | |
| 1046 | /** |
| 1047 | * Files seen by the file watcher since the last successful sync — |
no test coverage detected