Skip to content

Commit 006615c

Browse files
committed
Revert accidental code paste
1 parent 82b8676 commit 006615c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

runner/daemon/src/mill/daemon/MillMain0.scala

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,8 @@ object MillMain0 {
9292
errFileStream.close()
9393
outFileStream.close()
9494
}
95-
} else {
96-
BuildCtx.workspaceRoot / os.RelPath(OutFiles.outFor(OutFolderMode.REGULAR))
97-
mill.api.SystemStreamsUtils.withStreams(streams) {
98-
thunk(streams)
99-
}
95+
} else mill.api.SystemStreamsUtils.withStreams(streams) {
96+
thunk(streams)
10097
}
10198
}
10299

0 commit comments

Comments
 (0)