瀏覽代碼

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]