Improve code comments

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2026-03-10 13:40:47 +08:00 committed by GitHub
parent e1339e517b
commit b1d98f60dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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