fix: don't throw error for :notification errors

This commit is contained in:
Tienson Qin
2025-10-11 16:35:56 +08:00
parent 6bb1db0c6a
commit 335c3f06e8

View File

@@ -633,9 +633,8 @@
(case type
:notification
(do
(shared-service/broadcast-to-clients! :notification [(:message payload) (:type payload)])
(log/error ::apply-outliner-ops-failed e)
(throw e))
(shared-service/broadcast-to-clients! :notification [(:message payload) (:type payload)]))
(throw e)))))))
(def-thread-api :thread-api/file-writes-finished?