提交 f56c8cd8 编写于 作者: R Ravi Chande

Stop swallowing JTF exceptions

上级 fb3580dd
......@@ -194,7 +194,6 @@ private static IList<Exception> Flatten(ICollection<Exception> exceptions)
var aggregate = new AggregateException(exceptions);
return aggregate.Flatten().InnerExceptions
.Select(UnwrapException)
.Where(ex => !(ex is JoinableTaskContextException))
.ToList();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册