mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
implemented mirror relations
This commit is contained in:
@@ -57,7 +57,7 @@ class TreeCache {
|
||||
|
||||
return noteIds.map(noteId => {
|
||||
if (!this.notes[noteId] && !silentNotFoundError) {
|
||||
messagingService.logError(`Can't find note ${noteId}`);
|
||||
messagingService.logError(`Can't find note "${noteId}"`);
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user