mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Update src/core/Cline.ts
This commit is contained in:
parent
d4f0f53be8
commit
8d2ba12698
1 changed files with 1 additions and 1 deletions
|
|
@ -2823,7 +2823,7 @@ export class Cline {
|
|||
// tell the provider to remove the current subtask and resume the previous task in the stack
|
||||
await this.providerRef
|
||||
.deref()
|
||||
?.finishSubTask(`new_task finished successfully! ${lastMessage?.text}`)
|
||||
?.finishSubTask(`Task complete: ${lastMessage?.text}`)
|
||||
break
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue