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