rtomayko/bcat

Issues capturing stdout from bundled gems?

Closed this issue · 3 comments

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.

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.

running bundle exec autospec | pbcopy produces �[31mCould not locate Gemfile�[0m and the usual output of autospec to appear in the consol

Hmm. This seems to work in every combination of bundler and bcat I've tried:

Please reopen with the full output from bundle exec <whatever> | pbcopy if you're still seeing the issue. Maybe paste it in a gist to preserve each byte of output.