mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
error handling in custom request handler
This commit is contained in:
@@ -17,7 +17,7 @@ async function runNotesWithLabel(runAttrValue) {
|
||||
AND notes.isDeleted = 0`, [runAttrValue]);
|
||||
|
||||
for (const note of notes) {
|
||||
scriptService.executeNote(note, { originEntity: note });
|
||||
scriptService.executeNoteNoException(note, { originEntity: note });
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user