mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
consistently use root/ prefix for note paths
This commit is contained in:
@@ -86,7 +86,7 @@ async function expandToNote(notePath, expandOpts) {
|
||||
const node = getNodesByNoteId(childNoteId).find(node => node.data.parentNoteId === parentNoteId);
|
||||
|
||||
if (!node) {
|
||||
console.log(`Can't find node for noteId=${childNoteId} with parentNoteId=${parentNoteId}`);
|
||||
console.error(`Can't find node for noteId=${childNoteId} with parentNoteId=${parentNoteId}`);
|
||||
}
|
||||
|
||||
if (childNoteId === noteId) {
|
||||
|
||||
Reference in New Issue
Block a user