Update src/core/Cline.ts

This commit is contained in:
Matt Rubens 2025-03-05 12:25:33 -05:00 committed by GitHub
parent d4f0f53be8
commit 8d2ba12698
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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