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 trying to merge thin's output with another static auto-builder command using parallel --line-buffer ::: 'thin ...' 'another command' and I'm not seeing thin's messages. Is it perhaps buffered?
thin ... | cat doesn't show anything either but I can verify that server is running well with the browser.
The text was updated successfully, but these errors were encountered:
It prints messages normally while not being piped. But if I append | cat there's nothing. However if I force to run it in an invalid directory it does produce stderr errors. I can't tell if the error messages are just shown after the buffer is flushed in exit.
I'm trying to merge
thin
's output with another static auto-builder command usingparallel --line-buffer ::: 'thin ...' 'another command'
and I'm not seeing thin's messages. Is it perhaps buffered?thin ... | cat
doesn't show anything either but I can verify that server is running well with the browser.The text was updated successfully, but these errors were encountered: