mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 19:36:35 +00:00
use new function get-file-path in stat
This commit is contained in:
@@ -239,7 +239,7 @@
|
||||
(fn [error]
|
||||
(log/error :rename-file-failed error)))))
|
||||
(stat [_this dir path]
|
||||
(let [path (str dir path)]
|
||||
(let [path (get-file-path dir path)]
|
||||
(p/let [result (.stat Filesystem (clj->js
|
||||
{:path path
|
||||
;; :directory (.-ExternalStorage Directory)
|
||||
|
||||
Reference in New Issue
Block a user