Skip to content

Commit f37ac90

Browse files
committed
enhance: do not create crash log for unobserved task exceptions (#1121
Signed-off-by: leo <[email protected]>
1 parent 467089a commit f37ac90

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/App.axaml.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public static void Main(string[] args)
3737

3838
TaskScheduler.UnobservedTaskException += (_, e) =>
3939
{
40-
LogException(e.Exception);
4140
e.SetObserved();
4241
};
4342

0 commit comments

Comments
 (0)