mirror of
https://github.com/zadam/trilium.git
synced 2025-10-08 22:49:12 +08:00
client/context menus/insert note: fix a console log
This commit is contained in:
parent
bfc4a84020
commit
2225aea756
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ async function isNewTemplate(templateNoteId) {
|
|||
rootCreationDate = new Date(rootNoteInfo.dateCreated);
|
||||
}
|
||||
} catch (ex) {
|
||||
console.log(ex);
|
||||
console.error(ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue