* Check if the file watcher is active.
()
| 1092 | * Check if the file watcher is active. |
| 1093 | */ |
| 1094 | isWatching(): boolean { |
| 1095 | return this.watcher?.isActive() ?? false; |
| 1096 | } |
| 1097 | |
| 1098 | /** |
| 1099 | * True once live watching has permanently degraded (OS watch-resource |