mirror of
https://github.com/logseq/logseq.git
synced 2026-05-18 01:42:19 +00:00
add js hints
This commit is contained in:
@@ -157,7 +157,7 @@
|
||||
|
||||
(defn- asset-delete!
|
||||
[repo file-name]
|
||||
(-> (.unlink (browser-pfs) (asset-path repo file-name))
|
||||
(-> (.unlink ^js (browser-pfs) (asset-path repo file-name))
|
||||
(p/catch (constantly nil))))
|
||||
|
||||
(defn- websocket-connect
|
||||
|
||||
Reference in New Issue
Block a user