Browse Source

Update src/core/Cline.ts

Matt Rubens 10 months ago
parent
commit
426e03ba13
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/Cline.ts

+ 1 - 1
src/core/Cline.ts

@@ -2847,7 +2847,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
 									}
 								}