This commit is contained in:
Aiden McClelland
2025-02-18 15:54:33 -07:00
committed by GitHub
parent dd3a140cb1
commit df8c8dc93b
2 changed files with 10 additions and 2 deletions

View File

@@ -974,7 +974,7 @@ export class SystemForEmbassy implements System {
})) as U.Config
if (!oldConfig) return
const moduleCode = await this.moduleCode
const method = moduleCode.dependencies?.[id]?.autoConfigure
const method = moduleCode?.dependencies?.[id]?.autoConfigure
if (!method) return
const newConfig = (await method(
polyfillEffects(effects, this.manifest),