mirror of
https://github.com/zadam/trilium.git
synced 2025-11-08 06:15:48 +01:00
fixes
This commit is contained in:
@@ -624,7 +624,8 @@ class ConsistencyChecks {
|
||||
|
||||
ws.sendMessageToAllClients({type: 'consistency-checks-failed'});
|
||||
} else {
|
||||
log.info(`All consistency checks passed (took ${elapsedTimeMs}ms)`);
|
||||
log.info(`All consistency checks passed (took ${elapsedTimeMs}ms)` +
|
||||
(this.fixedIssues ? " after some fixes" : "with no errors detected"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user