mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
fix
This commit is contained in:
parent
c56d2fdb98
commit
ddbcb005ab
1 changed files with 1 additions and 1 deletions
|
|
@ -209,7 +209,7 @@ export namespace SessionPrompt {
|
|||
async function loop(sessionID: string) {
|
||||
const abort = SessionStatus.start(sessionID)
|
||||
if (!abort) {
|
||||
return new Promise((resolve) => {
|
||||
return new Promise<MessageV2.WithParts>((resolve) => {
|
||||
const queue = state().queued.get(sessionID) ?? []
|
||||
queue.push({
|
||||
callback: resolve,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue