mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 15:19:01 +02:00
client/context menus/insert note: fix a console log
This commit is contained in:
parent
bfc4a84020
commit
2225aea756
@ -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…
x
Reference in New Issue
Block a user