mirror of
https://github.com/sbt/sbt.git
synced 2026-09-01 02:27:13 +02:00
Fix merge conflicts in pulling doc fixes from 0.13.1 into 0.13 branch.
This commit is contained in:
@@ -115,7 +115,6 @@ public class ForkMain {
|
||||
final ObjectOutputStream os = new ObjectOutputStream(socket.getOutputStream());
|
||||
// Must flush the header that the constructor writes, otherwise the ObjectInputStream on the other end may block indefinitely
|
||||
os.flush();
|
||||
|
||||
try {
|
||||
new Run().run(is, os);
|
||||
} finally {
|
||||
|
||||
Reference in New Issue
Block a user