mirror of
https://github.com/logseq/logseq.git
synced 2026-05-26 21:54:26 +00:00
Make it clear that a UUID string is needed.
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
(uuid s)
|
||||
|
||||
:else
|
||||
(throw (js/Error. (str s " is not a valid UUID.")))))
|
||||
(throw (js/Error. (str s " is not a valid UUID string.")))))
|
||||
|
||||
(defn- parse-hiccup-ui
|
||||
[input]
|
||||
|
||||
Reference in New Issue
Block a user