mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
added new APIs to access note detail, #2806
This commit is contained in:
@@ -152,7 +152,7 @@ class NoteShort {
|
||||
return JSON.parse(content);
|
||||
}
|
||||
catch (e) {
|
||||
console.log(`Cannot parse content of note ${this.noteId}: `, e.message);
|
||||
console.log(`Cannot parse content of note '${this.noteId}': `, e.message);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user