fix: include cache bin directory in which() lookups (#18320)

This commit is contained in:
Dax
2026-03-19 21:21:55 -04:00
committed by GitHub
parent 52a7a04ad8
commit 6fcc970def
2 changed files with 6 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ export namespace Global {
return process.env.OPENCODE_TEST_HOME || os.homedir()
},
data,
bin: path.join(data, "bin"),
bin: path.join(cache, "bin"),
log: path.join(data, "log"),
cache,
config,