chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-01 23:49:44 +00:00
parent e4ff1ea778
commit 854484babf
4 changed files with 18 additions and 23 deletions

View File

@@ -497,5 +497,6 @@ const rt = lazy(() => {
return makeRuntime(ChildProcessSpawner, defaultLayer)
})
export const runPromiseExit: ReturnType<typeof rt>["runPromiseExit"] = (...args) => rt().runPromiseExit(...(args as [any]))
export const runPromiseExit: ReturnType<typeof rt>["runPromiseExit"] = (...args) =>
rt().runPromiseExit(...(args as [any]))
export const runPromise: ReturnType<typeof rt>["runPromise"] = (...args) => rt().runPromise(...(args as [any]))