We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 467089a commit f37ac90Copy full SHA for f37ac90
src/App.axaml.cs
@@ -37,7 +37,6 @@ public static void Main(string[] args)
37
38
TaskScheduler.UnobservedTaskException += (_, e) =>
39
{
40
- LogException(e.Exception);
41
e.SetObserved();
42
};
43
0 commit comments