mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
refactor(core): Restructure decorators and add tests (#15348)
This commit is contained in:
committed by
GitHub
parent
cd1d6c9dfc
commit
c42df1c268
@@ -97,7 +97,7 @@ export abstract class BaseCommand extends Command {
|
||||
}
|
||||
}
|
||||
|
||||
Container.get(ModuleRegistry).initializeModules();
|
||||
await Container.get(ModuleRegistry).initializeModules();
|
||||
|
||||
if (this.instanceSettings.isMultiMain) {
|
||||
Container.get(MultiMainSetup).registerEventHandlers();
|
||||
|
||||
Reference in New Issue
Block a user