mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-20 09:32:19 +00:00
chore: generate
This commit is contained in:
parent
06afd33291
commit
d82bc3a421
1 changed files with 1 additions and 1 deletions
|
|
@ -492,7 +492,7 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
|
|||
return last.time.completed ? "idle" : "working"
|
||||
},
|
||||
async sync(sessionID: string) {
|
||||
console.log('YO', sessionID, fullSyncedSessions.has(sessionID))
|
||||
console.log("YO", sessionID, fullSyncedSessions.has(sessionID))
|
||||
if (fullSyncedSessions.has(sessionID)) return
|
||||
const [session, messages, todo, diff] = await Promise.all([
|
||||
sdk.client.session.get({ sessionID }, { throwOnError: true }),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue