db setup fixes

This commit is contained in:
zadam
2020-03-26 16:59:40 +01:00
parent b778985b5e
commit 2e55d544f1
5 changed files with 22 additions and 16 deletions

View File

@@ -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}`);
}
}