formatting

This commit is contained in:
Eugene Yokota 2017-12-20 22:36:07 -05:00
parent eace6c0aed
commit d8609ced7f
1 changed files with 2 additions and 1 deletions

View File

@ -156,7 +156,8 @@ private[sbt] final class CommandExchange {
// rememeber to shutdown only when the server comes up
server = Some(x)
case Some(Failure(e: AlreadyRunningException)) =>
s.log.warn("sbt server could not start because there's another instance of sbt running on this build.")
s.log.warn(
"sbt server could not start because there's another instance of sbt running on this build.")
s.log.warn("Running multiple instances is unsupported")
server = None
firstInstance.set(false)