mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Add comment
This commit is contained in:
parent
6c702d86ee
commit
b4a540a269
1 changed files with 1 additions and 1 deletions
|
|
@ -2179,7 +2179,7 @@ ${this.customInstructions.trim()}
|
|||
|
||||
*/
|
||||
|
||||
this.presentAssistantMessageLocked = false
|
||||
this.presentAssistantMessageLocked = false // this needs to be placed here, if not then calling this.presentAssistantMessage below would fail (sometimes) since it's locked
|
||||
if (!block.partial) {
|
||||
// block is finished streaming and executing
|
||||
if (this.currentStreamingContentIndex === this.assistantMessageContent.length - 1) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue