diff --git a/run.n b/run.n index 170f3b60..6025895a 100644 Binary files a/run.n and b/run.n differ diff --git a/src/haxelib/api/Vcs.hx b/src/haxelib/api/Vcs.hx index 4ebfedb3..2f3750a1 100644 --- a/src/haxelib/api/Vcs.hx +++ b/src/haxelib/api/Vcs.hx @@ -190,8 +190,6 @@ abstract class Vcs implements IVcs { err: Std.string(e) } }; - // just in case process hangs waiting for stdin - p.stdin.close(); final ret = if (Sys.systemName() == "Windows") { final streamsLock = new sys.thread.Lock();