Capture partial task output in exception extended info
Description
We already do this on commands when they throw an exception or return a failing exit code, but the error handling in task runners just immediately outputs any partial output from the task that errored, making it impossible to capture it in an exception and deal with it otherwise.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
We already do this on commands when they throw an exception or return a failing exit code, but the error handling in task runners just immediately outputs any partial output from the task that errored, making it impossible to capture it in an exception and deal with it otherwise.