mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
don't attempt autoconfig if config is null (#2775)
* don't attempt autoconfig if config is null * quiet * fixes
This commit is contained in:
@@ -929,6 +929,7 @@ export class SystemForEmbassy implements System {
|
||||
this.dependenciesAutoconfig(effects, id, timeoutMs)
|
||||
},
|
||||
})) as U.Config
|
||||
if (!oldConfig) return
|
||||
const moduleCode = await this.moduleCode
|
||||
const method = moduleCode.dependencies?.[id]?.autoConfigure
|
||||
if (!method) return
|
||||
|
||||
Reference in New Issue
Block a user