Skip to content

Commit

Permalink
fix build warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DSPaul committed Dec 17, 2024
1 parent 33107ec commit 5661ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public App()
Directory.CreateDirectory(SettingsViewModel.CompassDataPath);
}
}
catch (Exception ex)
catch (Exception)
{
//Cannot show notification here because app needs to finish its constructor before any UI can be shown,
//Cannot log either because the log file is located in the CompassDataPath directory
Expand Down

0 comments on commit 5661ec1

Please sign in to comment.