Issues capturing stdout from bundled gems?
Closed this issue · 3 comments
JonRowe commented
bcat seems to have trouble capturing the stdout from bundle exec ,
the browser page just hangs never responding and stdout appears on the console like normal.
rtomayko commented
Can you do me a favor and run: bundle exec <whatever> | pbcopy
and then paste the result in a gist? I don't have bundler installed atm.
JonRowe commented
running bundle exec autospec | pbcopy
produces �[31mCould not locate Gemfile�[0m
and the usual output of autospec to appear in the consol
rtomayko commented