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 promise interface does not allow recovering stderr/stdout from child_process.exec and similar functions, although the callback interface does expose them, in case of error (in particular when the command has a non-zero exit state)
The text was updated successfully, but these errors were encountered:
The promise interface does not allow recovering stderr/stdout from
child_process.exec
and similar functions, although the callback interface does expose them, in case of error (in particular when the command has a non-zero exit state)The text was updated successfully, but these errors were encountered: