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:
@@ -432,7 +432,7 @@ async function runChecks() {
|
||||
});
|
||||
|
||||
if (fixedIssues) {
|
||||
messagingService.sendMessageToAllClients({ type: 'refresh-tree' });
|
||||
messagingService.refreshTree();
|
||||
}
|
||||
|
||||
if (unrecoverableConsistencyErrors) {
|
||||
|
||||
Reference in New Issue
Block a user