Explorar o código

Update src/core/Cline.ts

Matt Rubens hai 10 meses
pai
achega
426e03ba13
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 										// tell the provider to remove the current subtask and resume the previous task in the stack
 										await this.providerRef
 										await this.providerRef
 											.deref()
 											.deref()
-											?.finishSubTask(`new_task finished successfully! ${lastMessage?.text}`)
+											?.finishSubTask(`Task complete: ${lastMessage?.text}`)
 										break
 										break
 									}
 									}
 								}
 								}