pitluga / subcontractor

rvm aware process launcher for foreman
85 stars 24 forks source link

Fix buffering issues #14

Closed runemadsen closed 11 years ago

runemadsen commented 11 years ago

When running apps with subcontractor, the process will buffer the output, which means that you won't see some of your console logs before you Ctrl+C.

This pull request fixes that by disabling the stdout buffering.

pitluga commented 11 years ago

I squashed your three commits into one and merged it in. Find this in release 0.6.0. Thanks!