You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stdout and stderr that are returned from an exec error are lost during error handling. The error itself doesn't always include complete context of the problem.
It would be useful if they could be attached to the error object that is passed back to the callback.
The
stdout
andstderr
that are returned from anexec
error are lost during error handling. Theerror
itself doesn't always include complete context of the problem.It would be useful if they could be attached to the error object that is passed back to the callback.
I guess the next level is using
spawn
rather thanexec
and controlling streams and the error completely.The text was updated successfully, but these errors were encountered: