mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-15 00:23:28 +00:00
chore: generate
This commit is contained in:
parent
e148b318b7
commit
789d86f7b0
1 changed files with 1 additions and 2 deletions
|
|
@ -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]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue