Skip to content

Keep the original exception in Future.map/flat_map

Rico Tzschichholz requested to merge wip/issue/23 into master

If a chain of maps fails, the final exception should be the actual exception, not a semi-useless FutureError.EXCEPTION.

Fixes #23 (closed)

Merge request reports