فهرست منبع

Make it clear that a UUID string is needed.

Tienson Qin 2 سال پیش
والد
کامیت
23ec02f5a3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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]