mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: don't throw error for :notification errors
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user