mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
Bump to latest kondo and enable new aliased-namespace-symbol linter
This commit is contained in:
committed by
Tienson Qin
parent
daf654172c
commit
5962e0621d
@@ -42,7 +42,7 @@
|
||||
(fs/read-file dir path)))
|
||||
(fn [content]
|
||||
(when (not-empty content)
|
||||
(try (cljs.reader/read-string content)
|
||||
(try (reader/read-string content)
|
||||
(catch :default e
|
||||
(println (util/format "read persist-var failed: %s" (load-path location)))
|
||||
(js/console.dir e)))))
|
||||
|
||||
Reference in New Issue
Block a user