mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
tweak words for invalid db
This commit is contained in:
@@ -855,9 +855,9 @@
|
||||
(when-not (and (or (:undo? tx-meta) (:redo? tx-meta))
|
||||
(not worker-util/dev?))
|
||||
(shared-service/broadcast-to-clients! :notification
|
||||
[["Invalid DB!"] :error])
|
||||
[["Invalid data writing to db!"] :error])
|
||||
(worker-util/post-message :capture-error
|
||||
{:error (ex-info "Invalid DB" {})
|
||||
{:error (ex-info "Invalid data writing to db" {})
|
||||
:payload {}
|
||||
:extra {:errors (str errors)}})))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user