Skip to content

Commit

Permalink
Stop swallowing JTF exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravi Chande committed Sep 11, 2017
1 parent fb3580d commit f56c8cd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit f56c8cd

Please sign in to comment.