* Check if the file watcher is active.
()
| 1023 | * Check if the file watcher is active. |
| 1024 | */ |
| 1025 | isWatching(): boolean { |
| 1026 | return this.watcher?.isActive() ?? false; |
| 1027 | } |
| 1028 | |
| 1029 | /** |
| 1030 | * True once live watching has permanently degraded (OS watch-resource |