mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 10:26:35 +00:00
fix: capture error support extra data
This commit is contained in:
@@ -931,7 +931,8 @@
|
||||
[["Invalid DB!"] :error])
|
||||
(worker-util/post-message :capture-error
|
||||
{:error (ex-info "Invalid DB" {})
|
||||
:payload {:errors (str errors)}})))
|
||||
:payload {}
|
||||
:extra {:errors (str errors)}})))
|
||||
|
||||
(defn init
|
||||
"web worker entry"
|
||||
|
||||
Reference in New Issue
Block a user