We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b8676 commit 006615cCopy full SHA for 006615c
runner/daemon/src/mill/daemon/MillMain0.scala
@@ -92,11 +92,8 @@ object MillMain0 {
92
errFileStream.close()
93
outFileStream.close()
94
}
95
- } else {
96
- BuildCtx.workspaceRoot / os.RelPath(OutFiles.outFor(OutFolderMode.REGULAR))
97
- mill.api.SystemStreamsUtils.withStreams(streams) {
98
- thunk(streams)
99
- }
+ } else mill.api.SystemStreamsUtils.withStreams(streams) {
+ thunk(streams)
100
101
102
0 commit comments