mirror of
https://github.com/zadam/trilium.git
synced 2025-11-16 18:25:51 +01:00
client/context menus/insert note: fix a console log
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user