Implement macro scoring and suggesting
This commit is contained in:
+1
-1
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user