Skip to content

Commit 40b1785

Browse files
authored
Update MillNoDaemonMain.scala
1 parent 8d3c78c commit 40b1785

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

runner/daemon/src/mill/daemon/MillNoDaemonMain.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ object MillNoDaemonMain {
3333
exit = msg => {
3434
System.err.println(msg)
3535
System.exit(0)
36-
},
37-
log = System.err.println
36+
}
3837
)
3938

4039
val outLock = MillMain0.doubleLock(out)

0 commit comments

Comments
 (0)