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
We would like this module to be a Promise-y wrapper around child_process.spawn and little else. The current features of buffering stdout/stderr streams and returning the final result (optionally as a string) make sense in this context, however the behavior of inferring a uid/gid to run a process as is outside of the scope of concerns of this module.
The text was updated successfully, but these errors were encountered:
What / Why
We would like this module to be a Promise-y wrapper around
child_process.spawn
and little else. The current features of buffering stdout/stderr streams and returning the final result (optionally as a string) make sense in this context, however the behavior of inferring a uid/gid to run a process as is outside of the scope of concerns of this module.The text was updated successfully, but these errors were encountered: