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 problem is I sometimes get the correct result and sometimes it finishes with an empty string (given the same input data).
Am I doing something obviously wrong ?
The text was updated successfully, but these errors were encountered:
Hello. I would like to the the following using
child_process.spawn
:string (input of command 1) ->
command1 | command2 | command3
-> string (output of command3)I wrote a script like that (simplified):
The problem is I sometimes get the correct result and sometimes it finishes with an empty string (given the same input data).
Am I doing something obviously wrong ?
The text was updated successfully, but these errors were encountered: