mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-28 02:22:26 +08:00
feat(edit-docs): do proper becca cleaning before starting
This commit is contained in:
parent
d3cfc1c88b
commit
34ffba54ac
@ -67,6 +67,10 @@ function importData(input: Buffer) {
|
|||||||
|
|
||||||
const { runOnDemandChecks } = (await import("./src/services/consistency_checks.js")).default;
|
const { runOnDemandChecks } = (await import("./src/services/consistency_checks.js")).default;
|
||||||
await runOnDemandChecks(true);
|
await runOnDemandChecks(true);
|
||||||
|
|
||||||
|
becca.reset();
|
||||||
|
beccaLoader.load();
|
||||||
|
|
||||||
resolve();
|
resolve();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user