diff --git a/src/ClashOfClans.App/ClashOfClans.App.csproj b/src/ClashOfClans.App/ClashOfClans.App.csproj index 9a124fc..d8e1c48 100644 --- a/src/ClashOfClans.App/ClashOfClans.App.csproj +++ b/src/ClashOfClans.App/ClashOfClans.App.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/ClashOfClans.App/Program.cs b/src/ClashOfClans.App/Program.cs index e3687c7..47f8ea6 100644 --- a/src/ClashOfClans.App/Program.cs +++ b/src/ClashOfClans.App/Program.cs @@ -61,8 +61,7 @@ } catch (ClashOfClansException ex) { - Console.WriteLine($"Exception: {ex.Error.Reason}, {ex.Error.Message}"); - Console.WriteLine($"StackTrace:{Environment.NewLine + ex.StackTrace}"); + Console.WriteLine(ex); } /// diff --git a/src/ClashOfClans.Blazor/ClashOfClans.Blazor.csproj b/src/ClashOfClans.Blazor/ClashOfClans.Blazor.csproj index 6536935..e3bbd50 100644 --- a/src/ClashOfClans.Blazor/ClashOfClans.Blazor.csproj +++ b/src/ClashOfClans.Blazor/ClashOfClans.Blazor.csproj @@ -5,7 +5,7 @@ - +