mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
@@ -234,12 +234,12 @@
|
||||
([fpath]
|
||||
(util/p-handle
|
||||
(stat fpath)
|
||||
(fn [stat] (not (nil? stat)))
|
||||
(fn [stat'] (not (nil? stat')))
|
||||
(fn [_e] false)))
|
||||
([dir path]
|
||||
(util/p-handle
|
||||
(stat dir path)
|
||||
(fn [stat] (not (nil? stat)))
|
||||
(fn [stat'] (not (nil? stat')))
|
||||
(fn [_e] false))))
|
||||
|
||||
(defn asset-href-exists?
|
||||
|
||||
Reference in New Issue
Block a user