Skip to content

Commit 7c35be4

Browse files
committed
fix: remove duplicate processQueuedMessages call
- Keep only the call in Task.condenseContext() - Remove redundant call from ClineProvider.condenseTaskContext()
1 parent 14505d0 commit 7c35be4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1538,9 +1538,6 @@ export class ClineProvider
15381538
}
15391539
await task.condenseContext()
15401540
await this.postMessageToWebview({ type: "condenseTaskContextResponse", text: taskId })
1541-
1542-
// Process any queued messages after condensing completes
1543-
task.processQueuedMessages()
15441541
}
15451542

15461543
// this function deletes a task from task hidtory, and deletes it's checkpoints and delete the task folder

0 commit comments

Comments
 (0)