From 2225aea75645975d3c57891716f24f63d76eb281 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sat, 5 Jul 2025 18:49:22 +0300 Subject: [PATCH] client/context menus/insert note: fix a console log --- apps/client/src/services/note_types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/services/note_types.ts b/apps/client/src/services/note_types.ts index 25a2e71ca..47d347d64 100644 --- a/apps/client/src/services/note_types.ts +++ b/apps/client/src/services/note_types.ts @@ -178,7 +178,7 @@ async function isNewTemplate(templateNoteId) { rootCreationDate = new Date(rootNoteInfo.dateCreated); } } catch (ex) { - console.log(ex); + console.error(ex); } }