mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-05-25 22:54:29 +00:00
core: stop stats when chat is stopped (#4616)
* core: stop stats when chat is stopped * rename field * simplexmq
This commit is contained in:
@@ -1204,7 +1204,7 @@ data DatabaseError
|
||||
| DBErrorOpen {sqliteError :: SQLiteError}
|
||||
deriving (Show, Exception)
|
||||
|
||||
data SQLiteError = SQLiteErrorNotADatabase | SQLiteError String
|
||||
data SQLiteError = SQLiteErrorNotADatabase | SQLiteError {dbError :: String}
|
||||
deriving (Show, Exception)
|
||||
|
||||
throwDBError :: DatabaseError -> CM ()
|
||||
|
||||
Reference in New Issue
Block a user