Browse Source

Make it clear that a UUID string is needed.

Tienson Qin 2 năm trước cách đây
mục cha
commit
23ec02f5a3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]