sbt/main-command/src/main
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
..
contraband IPC Unix domain socket for sbt server 2017-11-27 21:37:31 -05:00
contraband-scala IPC Unix domain socket for sbt server 2017-11-27 21:37:31 -05:00
java/sbt/internal Read just the amount of bytes available 2017-11-27 21:37:37 -05:00
scala catch IOException intead of SocketException 2017-11-29 22:42:58 -05:00