mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
chore: reduce test noise and infer warnings
This commit is contained in:
@@ -86,8 +86,7 @@ returns map of plugins to install and uninstall"
|
||||
(do
|
||||
(notification/show! "Invalid plugins.edn provided. See javascript console for specific errors"
|
||||
:error)
|
||||
(log/error :plugin-edn-errors errors)
|
||||
(println "Invalid plugins.edn, errors: " errors))
|
||||
(log/error :plugin-edn-errors errors))
|
||||
(let [plugins-to-change (determine-plugins-to-change
|
||||
(:plugin/installed-plugins @state/state)
|
||||
edn-plugins)]
|
||||
|
||||
Reference in New Issue
Block a user