Skip to content

Commit

Permalink
adjust error text
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-tf committed Feb 9, 2025
1 parent f6ddfb6 commit f8cdda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/weblets/profile_manager.vue
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ watch(openAcceptTerms, async () => {
const parsedContent = marked.parse(mdContent);
acceptTermsContent.value = parsedContent;
} catch (error) {
console.error("Error fetching markdown content:", error);
console.error("Error fetching or parsing Markdown content:", error);
} finally {
termsLoading.value = false;
}
Expand Down

0 comments on commit f8cdda2

Please sign in to comment.