mirror of
https://github.com/sst/opencode.git
synced 2025-08-04 05:28:16 +00:00
disable filewatcher, fixes file descriptor leak
This commit is contained in:
parent
49de703ba1
commit
d9befd3aa6
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export namespace FileWatcher {
|
|||
)
|
||||
|
||||
export function init() {
|
||||
if (Flag.OPENCODE_DISABLE_WATCHER) return
|
||||
if (Flag.OPENCODE_DISABLE_WATCHER || true) return
|
||||
state()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue