fix filewatcher not closing cleanly

This commit is contained in:
Dax Raad 2025-07-02 11:15:12 -04:00
parent 75a21ba3ce
commit 8bbbc07aff

View file

@ -40,7 +40,7 @@ export namespace FileWatcher {
},
)
return { watcher }
} finally {
} catch {
return {}
}
},