Make it clear that a UUID string is needed.

This commit is contained in:
Tienson Qin
2022-11-21 14:35:53 +08:00
parent d1f39f52ea
commit 23ec02f5a3

View File

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