mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 18:47:14 +02:00
It turns out windows blocks until a process is finished when you try to close the stderr handle, but not stdout. Therefore, we leave stderr open when we shut down, which lets the server continue to run on windows.