chore: generate

This commit is contained in:
opencode-agent[bot]
2026-05-09 22:47:54 +00:00
parent 29b5b24787
commit 818b56dbd0
3 changed files with 4 additions and 12 deletions

View File

@@ -406,9 +406,7 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
// Surface every failed endpoint in one labeled message instead of
// letting the first rejection drown its siblings as unhandled
// rejections.
const failure = aggregateFailures(
blockingRequests.map((r, i) => ({ name: r.name, result: settled[i] })),
)
const failure = aggregateFailures(blockingRequests.map((r, i) => ({ name: r.name, result: settled[i] })))
if (failure) throw failure
})
.then(async () => {