issues
search
sbt
/
sbt-remote-control
Create and manage sbt process using unicorns and forks
Other
74
stars
14
forks
source link
Fix some broken task IDs on stdout/err log events
#156
Closed
havocp
closed
10 years ago
havocp
commented
10 years ago
flush system buffers whenever we may have changed the best guess task ID so we don't have output with wrong ID
unregister IDs when done, so we don't end up falling back to an ID that's no longer alive
henrikengstrom
commented
10 years ago
LGTM