mirror of https://github.com/sbt/sbt.git
When a remote client sent the command `shutdown` through the shell, the client would log an error and exit with a nonzero exit code because before shutting down, the server would notify the client that it was disconnecting it due to shutdown. In this scenario, we actually do not want the client to log an error since they initiated the shutdown, so before doing the full shutdown, we shutdown the client that inititated the shutdown with the flag that tells the client not to log the shutdown or return a nonzero exit code. |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||