mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-19 23:24:42 +00:00
chore: generate
This commit is contained in:
@@ -15,8 +15,8 @@ import { which } from "../util/which"
|
|||||||
import { Module } from "@opencode-ai/util/module"
|
import { Module } from "@opencode-ai/util/module"
|
||||||
|
|
||||||
const spawn = ((cmd, args, opts) => {
|
const spawn = ((cmd, args, opts) => {
|
||||||
if (Array.isArray(args)) return launch(cmd, [...args], { ...(opts ?? {}), windowsHide: true });
|
if (Array.isArray(args)) return launch(cmd, [...args], { ...(opts ?? {}), windowsHide: true })
|
||||||
return launch(cmd, { ...(args ?? {}), windowsHide: true });
|
return launch(cmd, { ...(args ?? {}), windowsHide: true })
|
||||||
}) as typeof launch
|
}) as typeof launch
|
||||||
|
|
||||||
export namespace LSPServer {
|
export namespace LSPServer {
|
||||||
|
|||||||
Reference in New Issue
Block a user