sbt / sbt-remote-control

Create and manage sbt process using unicorns and forks
Other
74 stars 14 forks source link

Collect stderr from launcher when launching server #118

Closed havocp closed 10 years ago

havocp commented 10 years ago

This makes it a LOT easier to debug things ;-)

The patch refactors how we read stdout a bit as well, in two ways:

jsuereth commented 10 years ago

LGTM