mirror of https://github.com/sbt/sbt.git
Merge pull request #6022 from eatkins/network-flush
Flush terminal output stream after readline
This commit is contained in:
commit
b5fc17cc7a
|
|
@ -565,6 +565,7 @@ final class NetworkChannel(
|
|||
logShutdown: Boolean,
|
||||
remainingCommands: Option[(String, String)]
|
||||
): Unit = {
|
||||
doFlush()
|
||||
terminal.close()
|
||||
StandardMain.exchange.removeChannel(this)
|
||||
super.shutdown(logShutdown)
|
||||
|
|
|
|||
Loading…
Reference in New Issue