mirror of
https://github.com/logseq/logseq.git
synced 2026-04-26 23:25:05 +00:00
fix: remove false alarm of the event to force ios path
This commit is contained in:
@@ -228,11 +228,7 @@
|
||||
(str prefix "///private/" others))
|
||||
|
||||
:else
|
||||
(do
|
||||
(state/pub-event! [:capture-error {:error (js/Error. "ios path missing slashes")
|
||||
:payload {:type :error/ios-path-missing-slashes
|
||||
:path (gp-util/safe-subs (str path) 12)}}])
|
||||
path))
|
||||
path)
|
||||
path))
|
||||
|
||||
(defn normalize-file-protocol-path [dir path]
|
||||
|
||||
Reference in New Issue
Block a user