mirror of
https://github.com/zadam/trilium.git
synced 2025-10-10 07:28:09 +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);
|
rootCreationDate = new Date(rootNoteInfo.dateCreated);
|
||||||
}
|
}
|
||||||
} catch (ex) {
|
} catch (ex) {
|
||||||
console.log(ex);
|
console.error(ex);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue