From 23ec02f5a3ada26fe50490b62655147a486af620 Mon Sep 17 00:00:00 2001 From: Tienson Qin Date: Mon, 21 Nov 2022 14:35:53 +0800 Subject: [PATCH] Make it clear that a UUID string is needed. --- src/main/logseq/api.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/logseq/api.cljs b/src/main/logseq/api.cljs index 8a9c69a1fb..33ed56ddcf 100644 --- a/src/main/logseq/api.cljs +++ b/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]