mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +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