becca conversion WIP

This commit is contained in:
zadam
2021-05-01 11:38:20 +02:00
parent ccadff5015
commit 6626f100ad
4 changed files with 140 additions and 144 deletions

View File

@@ -583,6 +583,10 @@ class ConsistencyChecks {
this.checkTreeCycles();
}
if (this.fixedIssues) {
require("../services/becca/becca_loader").load();
}
return !this.unrecoveredConsistencyErrors;
}