Skip to content

Rethrow the caught error

Alf Eaton requested to merge rethrow-error into master

This rethrows an error caught in the action, so that the error can be handled further up the promise chain.

Merge request reports