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
I'm would like to log the complete stdout of the process once this completes. Previously used {stdio: 'inherit'} but since there are concurrent process it's not possible to differentiate the different processes stdout.
Any help is much appreciated, many thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to capture the
stdout
of aspawn
process that uses await, here is an example:I'm would like to log the complete stdout of the process once this completes. Previously used
{stdio: 'inherit'}
but since there are concurrent process it's not possible to differentiate the different processesstdout
.Any help is much appreciated, many thanks!
The text was updated successfully, but these errors were encountered: