update bun integration

🤖 Generated with [OpenCode](https://opencode.ai)

Co-Authored-By: OpenCode <noreply@opencode.ai>
This commit is contained in:
Dax Raad 2025-06-12 13:29:14 -04:00
parent 0cca75ef48
commit dda7059e57

View file

@ -29,7 +29,7 @@ export namespace BunProc {
export function which() {
return process.argv0 !== "bun"
? path.resolve(process.cwd(), process.argv0)
? path.resolve(process.cwd(), process.argv[0])
: "bun"
}
}