This commit is contained in:
zadam
2023-01-09 23:15:02 +01:00
parent 87636f27ba
commit 4ab90b694f
2 changed files with 3 additions and 2 deletions

View File

@@ -454,7 +454,7 @@ class FNote {
let childBranches = this.getChildBranches();
if (!childBranches) {
ws.logError(`No children for ${parentNote}. This shouldn't happen.`);
ws.logError(`No children for '${this.noteId}'. This shouldn't happen.`);
return;
}