Skip to content

Commit c306566

Browse files
committed
Subtask logic fix
1 parent f86396b commit c306566

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/core/Cline.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2897,14 +2897,6 @@ export class Cline {
28972897
false,
28982898
)
28992899

2900-
if (this.isSubTask) {
2901-
// tell the provider to remove the current subtask and resume the previous task in the stack (it might decide to run the command)
2902-
await this.providerRef
2903-
.deref()
2904-
?.finishSubTask(`new_task finished successfully! ${lastMessage?.text}`)
2905-
break
2906-
}
2907-
29082900
await this.ask(
29092901
"command",
29102902
removeClosingTag("command", command),

0 commit comments

Comments
 (0)