Browse Source

Make it clear that a UUID string is needed.

Tienson Qin 3 years ago
parent
commit
23ec02f5a3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/logseq/api.cljs

+ 1 - 1
src/main/logseq/api.cljs

@@ -66,7 +66,7 @@
     (uuid s)
     (uuid s)
 
 
     :else
     :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
 (defn- parse-hiccup-ui
   [input]
   [input]