mirror of
https://github.com/logseq/logseq.git
synced 2026-05-27 14:14:24 +00:00
console error
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
(let [graphs-dir (get-graphs-dir)]
|
||||
(try (sqlite-db/open-db! graphs-dir db-name)
|
||||
(catch :default e
|
||||
(js/console.error e)
|
||||
(logger/error (str e ": " db-name))
|
||||
;; (fs/unlinkSync db-full-path)
|
||||
))))
|
||||
|
||||
Reference in New Issue
Block a user