We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef89c1 commit 9dbb2caCopy full SHA for 9dbb2ca
1 file changed
src/main/frontend/worker/db_core.cljs
@@ -1099,7 +1099,8 @@
1099
:notification
1100
(do
1101
(log/error ::apply-outliner-ops-failed e)
1102
- (shared-service/broadcast-to-clients! :notification [(:message payload) (:type payload) (:clear? payload) (:uid payload) (:timeout payload)])
+ (shared-service/broadcast-to-clients! :notification [(:message payload) (:type payload) (:clear? payload) (:uid payload) (:timeout payload)
1103
+ (select-keys payload [:i18n-key :i18n-args])])
1104
;; re-throw as CLI needs to see notification
1105
(throw e))
1106
(throw e)))))))
0 commit comments