Ver código fonte

Make it clear that a UUID string is needed.

Tienson Qin 2 anos atrás
pai
commit
23ec02f5a3
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/main/logseq/api.cljs

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

@@ -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]