Update src/core/Cline.ts

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

View file

@ -262,6 +262,7 @@ export class Cline {
totalCost: apiMetrics.totalCost,
})
} catch (error) {
console.error("Failed to save cline messages:", error)
}
}