mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Subtask logic fix
This commit is contained in:
parent
f86396b3a6
commit
c3065663b2
1 changed files with 0 additions and 8 deletions
|
|
@ -2897,14 +2897,6 @@ export class Cline {
|
|||
false,
|
||||
)
|
||||
|
||||
if (this.isSubTask) {
|
||||
// tell the provider to remove the current subtask and resume the previous task in the stack (it might decide to run the command)
|
||||
await this.providerRef
|
||||
.deref()
|
||||
?.finishSubTask(`new_task finished successfully! ${lastMessage?.text}`)
|
||||
break
|
||||
}
|
||||
|
||||
await this.ask(
|
||||
"command",
|
||||
removeClosingTag("command", command),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue