mirror of
https://github.com/sst/opencode.git
synced 2025-08-30 09:47:25 +00:00
update bun integration
🤖 Generated with [OpenCode](https://opencode.ai) Co-Authored-By: OpenCode <noreply@opencode.ai>
This commit is contained in:
parent
0cca75ef48
commit
dda7059e57
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue