mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 10:37:54 +02:00
Currently the server will try to start even if there are existing sbt sessions. This causes the second session to take over the server for Unix domain socket. This adds a check before the server comes up and make sure that the socket is not taken.