mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Improve code comments
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
e1339e517b
commit
b1d98f60dd
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ namespace Flow.Launcher
|
|||
}
|
||||
catch (Exception)
|
||||
{
|
||||
// Ignore IO errors when trying to find the log file
|
||||
// Intentionally ignore all errors when trying to find the log file to avoid secondary crashes
|
||||
}
|
||||
|
||||
var websiteUrl = exception switch
|
||||
|
|
|
|||
Loading…
Reference in a new issue