mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: invalid errors for sentry
This commit is contained in:
@@ -896,7 +896,7 @@
|
||||
[["Invalid DB!"] :error])
|
||||
(worker-util/post-message :capture-error
|
||||
{:error (ex-info "Invalid DB" {})
|
||||
:payload {:errors errors}})))
|
||||
:payload {:errors (str errors)}})))
|
||||
|
||||
(defn init
|
||||
"web worker entry"
|
||||
|
||||
Reference in New Issue
Block a user