sbt/main-command/src/main/scala
Eugene Yokota c5d578815c catch IOException intead of SocketException
`NGUnixDomainSocket` throws `java.io.IOException` instead of `SocketException`, probably because `SocketException` does not expose the contructor with a `Throwable` parameter.
To allow clients to disconnect, we need to catch `IOException`.
2017-11-29 22:42:58 -05:00
..
sbt catch IOException intead of SocketException 2017-11-29 22:42:58 -05:00
xsbt Fix unused pattern vals warnings in main-command project 2017-10-19 13:07:24 +02:00