mirror of
https://github.com/logseq/logseq.git
synced 2026-04-25 22:54:48 +00:00
fix: invalid db when uploading new plugin
This commit is contained in:
@@ -631,7 +631,7 @@
|
||||
[dirname ^js default]
|
||||
(fn [key]
|
||||
(when-let [key (and key (name key))]
|
||||
(let [repo ""
|
||||
(let [repo (state/get-current-repo)
|
||||
dotroot (get-ls-dotdir-root)
|
||||
filepath (util/node-path.join dotroot dirname (str key ".json"))]
|
||||
(if (util/electron?)
|
||||
|
||||
Reference in New Issue
Block a user