client/context menus/insert note: fix a console log

This commit is contained in:
Adorian Doran 2025-07-05 18:49:22 +03:00
parent bfc4a84020
commit 2225aea756

View file

@ -178,7 +178,7 @@ async function isNewTemplate(templateNoteId) {
rootCreationDate = new Date(rootNoteInfo.dateCreated);
}
} catch (ex) {
console.log(ex);
console.error(ex);
}
}