mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
chore: generate
This commit is contained in:
parent
4ab35d2c5c
commit
7ec398d855
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ import { which } from "../util/which"
|
|||
import { Module } from "@opencode-ai/util/module"
|
||||
|
||||
const spawn = ((cmd, args, opts) => {
|
||||
if (Array.isArray(args)) return launch(cmd, [...args], { ...(opts ?? {}), windowsHide: true });
|
||||
return launch(cmd, { ...(args ?? {}), windowsHide: true });
|
||||
if (Array.isArray(args)) return launch(cmd, [...args], { ...(opts ?? {}), windowsHide: true })
|
||||
return launch(cmd, { ...(args ?? {}), windowsHide: true })
|
||||
}) as typeof launch
|
||||
|
||||
export namespace LSPServer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue