feat(Core/Config): loading modules configs before loading scripts (#9653)
This commit is contained in:
parent
4e70e60427
commit
e61dbad192
3 changed files with 5 additions and 5 deletions
|
|
@ -33,7 +33,7 @@ class ConfigMgr
|
|||
public:
|
||||
bool LoadAppConfigs(bool isReload = false);
|
||||
bool LoadModulesConfigs(bool isReload = false, bool isNeedPrintInfo = true);
|
||||
void Configure(std::string const& initFileName, std::vector<std::string> args, std::string const& modulesConfigList = "");
|
||||
void Configure(std::string const& initFileName, std::vector<std::string> args, std::string_view modulesConfigList = {});
|
||||
|
||||
static ConfigMgr* instance();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue