From b1d98f60dd1d4c60bc848a8131e787244a8e0cfc Mon Sep 17 00:00:00 2001 From: Jack Ye Date: Tue, 10 Mar 2026 13:40:47 +0800 Subject: [PATCH] Improve code comments Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher/ReportWindow.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher/ReportWindow.xaml.cs b/Flow.Launcher/ReportWindow.xaml.cs index fd4c4e6c9..b2c95cbe2 100644 --- a/Flow.Launcher/ReportWindow.xaml.cs +++ b/Flow.Launcher/ReportWindow.xaml.cs @@ -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