Skip to content

Commit eefb3c4

Browse files
committed
fix arg parsing
1 parent cc229e7 commit eefb3c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/opencode/script/build.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ for (const item of targets) {
112112
autoloadDotenv: false,
113113
target: name.replace(pkg.name, "bun") as any,
114114
outfile: `dist/${name}/bin/opencode`,
115-
execArgv: [`--user-agent=opencode/${Script.version}`],
115+
execArgv: [`--user-agent=opencode/${Script.version}`, "--"],
116116
windows: {},
117117
},
118118
entrypoints: ["./src/index.ts", parserWorker, workerPath],

0 commit comments

Comments
 (0)