Compare commits

...

1 Commits

Author SHA1 Message Date
Dax Raad 8bbbc07aff fix filewatcher not closing cleanly 2025-07-02 11:15:12 -04:00
+1 -1
View File
@@ -40,7 +40,7 @@ export namespace FileWatcher {
},
)
return { watcher }
} finally {
} catch {
return {}
}
},