error handling in custom request handler

This commit is contained in:
zadam
2019-02-03 11:15:32 +01:00
parent d3ca6b5ae6
commit bad7b84993
10 changed files with 59 additions and 14 deletions

View File

@@ -432,7 +432,7 @@ async function runChecks() {
});
if (fixedIssues) {
messagingService.sendMessageToAllClients({ type: 'refresh-tree' });
messagingService.refreshTree();
}
if (unrecoverableConsistencyErrors) {