This adds result.stdout and result.stderr to retrieve the full output.
This also adds error.stdout and error.stderr, since knowing the output on errors is very useful.
I tried to implement it in as few lines as possible, but it's a little difficult to do so.
This adds
result.stdout
andresult.stderr
to retrieve the full output. This also addserror.stdout
anderror.stderr
, since knowing the output on errors is very useful.I tried to implement it in as few lines as possible, but it's a little difficult to do so.