Skip to content

Commit

Permalink
Help clarify js error message
Browse files Browse the repository at this point in the history
  • Loading branch information
GXTX authored Feb 3, 2023
1 parent 37ad83c commit 4888f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/blah.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.`)
})
}

Expand Down

0 comments on commit 4888f1d

Please sign in to comment.