Explorar o código

Update src/core/Cline.ts

Matt Rubens hai 10 meses
pai
achega
8d2ba12698
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/core/Cline.ts

+ 1 - 1
src/core/Cline.ts

@@ -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
 										}
 									}