mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-14 23:50:41 +00:00
Closes #2012
This commit is contained in:
@@ -227,7 +227,7 @@ namespace ArchiSteamFarm {
|
||||
globalConfig = new GlobalConfig();
|
||||
}
|
||||
|
||||
ASF.InitGlobalConfig(globalConfig);
|
||||
await ASF.InitGlobalConfig(globalConfig).ConfigureAwait(false);
|
||||
|
||||
if (Debugging.IsDebugConfigured) {
|
||||
ASF.ArchiLogger.LogGenericDebug(globalConfigFile + ": " + JsonConvert.SerializeObject(ASF.GlobalConfig, Formatting.Indented));
|
||||
|
||||
Reference in New Issue
Block a user