Skip to content

Commit f0aac23

Browse files
committed
fix: revert out-of-scope console.log removal
1 parent 3267808 commit f0aac23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/task/Task.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,6 +1008,8 @@ export class Task extends EventEmitter<ClineEvents> {
10081008

10091009
await this.overwriteApiConversationHistory(modifiedApiConversationHistory)
10101010

1011+
console.log(`[subtasks] task ${this.taskId}.${this.instanceId} resuming from history item`)
1012+
10111013
await this.initiateTaskLoop(newUserContent)
10121014
}
10131015

0 commit comments

Comments
 (0)