mirror of
https://github.com/sst/opencode.git
synced 2025-09-03 19:50:37 +00:00
fix interrupt
This commit is contained in:
parent
f884766445
commit
b478e5655c
1 changed files with 2 additions and 0 deletions
|
@ -708,6 +708,8 @@ export namespace Session {
|
||||||
}
|
}
|
||||||
await updateMessage(next)
|
await updateMessage(next)
|
||||||
}
|
}
|
||||||
|
next.time.completed = Date.now()
|
||||||
|
await updateMessage(next)
|
||||||
return next
|
return next
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue