Auto reindexing on version upgrades

This commit is contained in:
Zef Hemel
2022-07-11 09:08:22 +02:00
parent ca86f75e16
commit c557253ad1
9 changed files with 75 additions and 5 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ export class System<HookT> extends EventEmitter<SystemEvents<HookT>> {
) {
await this.unloadAll();
for (let manifest of json) {
console.log("Loading plug", manifest.name);
// console.log("Loading plug", manifest.name);
await this.load(manifest, sandboxFactory);
}
}