mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-21 12:51:17 -05:00
Add comment
This commit is contained in:
@@ -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) {
|
if (!block.partial) {
|
||||||
// block is finished streaming and executing
|
// block is finished streaming and executing
|
||||||
if (this.currentStreamingContentIndex === this.assistantMessageContent.length - 1) {
|
if (this.currentStreamingContentIndex === this.assistantMessageContent.length - 1) {
|
||||||
|
|||||||
Reference in New Issue
Block a user