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
5045f19ebe
commit
5bafe23971
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue