Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 19c2a5c4

Přidáno uživatelem Pultak před asi 2 roky(ů)

re #9568 Fixed a typo in the config file

Zobrazit rozdíly:

ld_client/LDClient/utils/ConfigLoader.cs
117 117
                FetchInfoAttemptPeriod = uint.Parse(debugger["FetchInfoAttemptPeriod"]);
118 118
                T32RemSuccessExitCode = int.Parse(debugger["T32RemSuccessExitCode"]);
119 119
                T32RemWaitTimeoutMs = int.Parse(debugger["T32RemWaitTimeoutMs"]);
120
                F32RemArguments = configuration.GetSection($"{DdSection}:F32RemCommands").GetChildren().Select(key => key.Value).ToArray();
120
                F32RemArguments = configuration.GetSection($"{DdSection}:F32RemArguments").GetChildren().Select(key => key.Value).ToArray();
121 121
            } catch (Exception e) {
122 122
                Console.WriteLine(e);
123 123
                Environment.Exit(ErrorExitCode);

Také k dispozici: Unified diff