Update src/core/Cline.ts

revert console error text change

Co-authored-by: Matt Rubens <mrubens@users.noreply.github.com>
This commit is contained in:
Mike C 2025-01-14 20:48:57 -06:00 committed by GitHub
parent d1df516fbb
commit eb29c15df0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -207,7 +207,7 @@ export class Cline {
await fs.writeFile(filePath, JSON.stringify(this.apiConversationHistory))
} catch (error) {
// in the off chance this fails, we don't want to stop the task
console.error("Failed to save api conversation history", error)
console.error("Failed to save API conversation history:", error)
}
}