Implement macro scoring and suggesting

This commit is contained in:
Asriel Camora
2023-10-10 01:40:52 -07:00
parent 65adab7740
commit f8f876d5f4
6 changed files with 128 additions and 21 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ public sealed class Solver : IDisposable
}
catch (AggregateException e)
{
e.Handle(ex => ex is OperationCanceledException);
e.Flatten().Handle(ex => ex is OperationCanceledException);
}
catch (OperationCanceledException)
{