mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-08 05:09:13 -05:00
success log message if all consistency checks pass
This commit is contained in:
@@ -46,6 +46,9 @@ async function runChecks() {
|
||||
if (errorList.length > 0) {
|
||||
messaging.sendMessage({type: 'consistency-checks-failed'});
|
||||
}
|
||||
else {
|
||||
log.info("All consistency checks passed.");
|
||||
}
|
||||
}
|
||||
|
||||
sql.dbReady.then(() => {
|
||||
|
||||
Reference in New Issue
Block a user