mirror of https://github.com/sbt/sbt.git
formatting
This commit is contained in:
parent
eace6c0aed
commit
d8609ced7f
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue