mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 08:46:43 +01:00
db setup fixes
This commit is contained in:
@@ -668,7 +668,7 @@ async function scanForLinks(note) {
|
||||
await note.setContent(newContent);
|
||||
}
|
||||
catch (e) {
|
||||
log.error(`Could not scan for links note ${noteId}: ${e.message}`);
|
||||
log.error(`Could not scan for links note ${note.noteId}: ${e.message} ${e.stack}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user