mirror of
https://github.com/logseq/logseq.git
synced 2026-05-22 03:34:07 +00:00
fix: throw errors from :thread-api/transact
This commit is contained in:
@@ -537,7 +537,8 @@
|
||||
(catch :default e
|
||||
(prn :debug :error)
|
||||
(js/console.error e)
|
||||
(prn :debug :tx-meta tx-meta :tx-data tx-data)))))
|
||||
(prn :debug :tx-meta tx-meta :tx-data tx-data)
|
||||
(throw e)))))
|
||||
|
||||
(def-thread-api :thread-api/get-initial-data
|
||||
[repo]
|
||||
|
||||
Reference in New Issue
Block a user