From 4888f1da72be7c9d95ef99f0ad512099c6527a47 Mon Sep 17 00:00:00 2001 From: wutno Date: Fri, 3 Feb 2023 18:05:36 -0500 Subject: [PATCH] Help clarify js error message --- public/blah.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/blah.js b/public/blah.js index 05a8e18..87ac6e2 100644 --- a/public/blah.js +++ b/public/blah.js @@ -50,7 +50,7 @@ async function fetchCards() { cards = value }).catch(error => { console.error(error) - alert(`Unable to update cards: ${error}`) + alert(`Unable to update cards: ${error} : This can happen if you havent created a card.`) }) }