Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Dec 21, 2017
1 parent eace6c0 commit d8609ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main/src/main/scala/sbt/internal/CommandExchange.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d8609ce

Please sign in to comment.