Skip to content

Commit

Permalink
fixed build error
Browse files Browse the repository at this point in the history
  • Loading branch information
dhindrik committed Oct 31, 2024
1 parent ccbc9b9 commit 67ef61c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TinyInsights/ApplicationInsightsProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ private async Task SendCrashes()
}

if (EnableConsoleLogging)
Console.WriteLine(($"TinyInsights: Sending {crashes.Count} crashes");
Console.WriteLine($"TinyInsights: Sending {crashes.Count} crashes");

foreach (var crash in crashes)
{
Expand Down

0 comments on commit 67ef61c

Please sign in to comment.