Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Call the on_error handler with the correct number of arguments.
Fixes an exception: ``` wrong number of arguments (given 3, expected 2) ``` Alternatively we could have called `pipeline&.context&.on_error` which takes 3 args.
- Loading branch information