mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
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:
parent
d1df516fbb
commit
eb29c15df0
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue