Skip to content

Commit 7ec398d

Browse files
chore: generate
1 parent 4ab35d2 commit 7ec398d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/opencode/src/lsp/server.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import { which } from "../util/which"
1515
import { Module } from "@opencode-ai/util/module"
1616

1717
const spawn = ((cmd, args, opts) => {
18-
if (Array.isArray(args)) return launch(cmd, [...args], { ...(opts ?? {}), windowsHide: true });
19-
return launch(cmd, { ...(args ?? {}), windowsHide: true });
18+
if (Array.isArray(args)) return launch(cmd, [...args], { ...(opts ?? {}), windowsHide: true })
19+
return launch(cmd, { ...(args ?? {}), windowsHide: true })
2020
}) as typeof launch
2121

2222
export namespace LSPServer {

0 commit comments

Comments
 (0)