chore: generate

pull/15018/head^2
opencode-agent[bot] 2026-04-02 01:56:34 +00:00
parent e148b318b7
commit 789d86f7b0
1 changed files with 1 additions and 2 deletions

View File

@ -498,6 +498,5 @@ const rt = lazy(async () => {
})
type RT = Awaited<ReturnType<typeof rt>>
export const runPromiseExit: RT["runPromiseExit"] = async (...args) =>
(await rt()).runPromiseExit(...(args as [any]))
export const runPromiseExit: RT["runPromiseExit"] = async (...args) => (await rt()).runPromiseExit(...(args as [any]))
export const runPromise: RT["runPromise"] = async (...args) => (await rt()).runPromise(...(args as [any]))