Log error

This commit is contained in:
Eric Bailey
2024-05-02 22:00:04 -05:00
parent 5ecfff29b7
commit 6a4f8bbc0f
+2
View File
@@ -432,6 +432,8 @@ export class Convo {
}
}
} catch (e: any) {
logger.error('Convo: failed to fetch message history')
this.headerItems.set(ConvoError.HistoryFailed, {
type: 'error-recoverable',
key: ConvoError.HistoryFailed,