From 5bafe23971c55f1505bd030cf721f426c23bb77d Mon Sep 17 00:00:00 2001 From: Jack Ye <1160210343@qq.com> Date: Sat, 12 Apr 2025 14:36:43 +0800 Subject: [PATCH] Improve code comments Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Flow.Launcher/Helper/ErrorReporting.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Flow.Launcher/Helper/ErrorReporting.cs b/Flow.Launcher/Helper/ErrorReporting.cs index 34b776e71..b1ddba717 100644 --- a/Flow.Launcher/Helper/ErrorReporting.cs +++ b/Flow.Launcher/Helper/ErrorReporting.cs @@ -36,8 +36,7 @@ public static class ErrorReporting { //handle unobserved task exceptions Application.Current.Dispatcher.Invoke(() => Report(e.Exception)); - //prevent application exist, so the user can copy prompted error info - e.SetObserved(); + //prevent application exit, so the user can copy the prompted error info } public static string RuntimeInfo()