fix filewatcher not closing cleanly

pull/618/head v0.1.176
Dax Raad 2025-07-02 11:15:12 -04:00
parent 75a21ba3ce
commit 8bbbc07aff
1 changed files with 1 additions and 1 deletions

View File

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