The reason live watching degraded, or null if it is healthy.
()
| 700 | |
| 701 | /** The reason live watching degraded, or null if it is healthy. */ |
| 702 | getDegradedReason(): string | null { |
| 703 | return this.degradedReason; |
| 704 | } |
| 705 | |
| 706 | /** |
| 707 | * Stop watching for file changes. |
no outgoing calls
no test coverage detected