disable filewatcher, fixes file descriptor leak

pull/853/head v0.2.25
Dax Raad 2025-07-10 15:58:45 -04:00
parent 49de703ba1
commit d9befd3aa6
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export namespace FileWatcher {
)
export function init() {
if (Flag.OPENCODE_DISABLE_WATCHER) return
if (Flag.OPENCODE_DISABLE_WATCHER || true) return
state()
}
}