fix: throw errors from :thread-api/transact

This commit is contained in:
Tienson Qin
2025-09-12 20:43:46 +08:00
parent ca362758f2
commit 36821667f9

View File

@@ -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]