mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
success log message if all consistency checks pass
This commit is contained in:
parent
612c7d9144
commit
6e783f4686
@ -1 +1 @@
|
||||
module.exports = { build_date:"2017-12-14T23:23:21-05:00", build_revision: "54562b03c8f001aa484f680800decdbffc3e6167" };
|
||||
module.exports = { build_date:"2017-12-14T23:29:35-05:00", build_revision: "612c7d9144a943e180cf8d38a1cffe65a0b7525a" };
|
||||
|
@ -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(() => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user