diff --git a/Platforms/Desktop/Program.cs b/Platforms/Desktop/Program.cs index 8986156..1f5b679 100644 --- a/Platforms/Desktop/Program.cs +++ b/Platforms/Desktop/Program.cs @@ -55,7 +55,7 @@ static ClientConfiguration GetOrCreateConfiguration(ISerializer serializer, ILog clientConfiguration = serializer.Deserialize(File.ReadAllText(settingsPath)); logger.Log(clientConfiguration, $"Configuration is successfully read"); } - catch (FileNotFoundException _) + catch (FileNotFoundException) { clientConfiguration = new(); logger.Log(clientConfiguration, $"Configuration does not exist");