feat(edit-docs): do proper becca cleaning before starting

pull/1393/head
Elian Doran 2025-03-11 20:42:53 +07:00
parent d3cfc1c88b
commit 34ffba54ac
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

@ -67,6 +67,10 @@ function importData(input: Buffer) {
const { runOnDemandChecks } = (await import("./src/services/consistency_checks.js")).default;
await runOnDemandChecks(true);
becca.reset();
beccaLoader.load();
resolve();
});
});