mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
fix filewatcher not closing cleanly
This commit is contained in:
parent
75a21ba3ce
commit
8bbbc07aff
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ export namespace FileWatcher {
|
|||
},
|
||||
)
|
||||
return { watcher }
|
||||
} finally {
|
||||
} catch {
|
||||
return {}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue