mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix: revert out-of-scope console.log removal
This commit is contained in:
parent
3267808dbe
commit
f0aac234f8
1 changed files with 2 additions and 0 deletions
|
|
@ -1008,6 +1008,8 @@ export class Task extends EventEmitter<ClineEvents> {
|
|||
|
||||
await this.overwriteApiConversationHistory(modifiedApiConversationHistory)
|
||||
|
||||
console.log(`[subtasks] task ${this.taskId}.${this.instanceId} resuming from history item`)
|
||||
|
||||
await this.initiateTaskLoop(newUserContent)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue