mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-22 02:04:22 +01:00
disable filewatcher, fixes file descriptor leak
This commit is contained in:
@@ -46,7 +46,7 @@ export namespace FileWatcher {
|
|||||||
)
|
)
|
||||||
|
|
||||||
export function init() {
|
export function init() {
|
||||||
if (Flag.OPENCODE_DISABLE_WATCHER) return
|
if (Flag.OPENCODE_DISABLE_WATCHER || true) return
|
||||||
state()
|
state()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user