summaryrefslogtreecommitdiff
path: root/main/src/mill/main/MainModule.scala
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/mill/main/MainModule.scala')
-rw-r--r--main/src/mill/main/MainModule.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/mill/main/MainModule.scala b/main/src/mill/main/MainModule.scala
index 7e326860..929ad3dc 100644
--- a/main/src/mill/main/MainModule.scala
+++ b/main/src/mill/main/MainModule.scala
@@ -178,7 +178,7 @@ trait MainModule extends mill.Module{
// When using `show`, redirect all stdout of the evaluated tasks so the
// printed JSON is the only thing printed to stdout.
log = evaluator.log match{
- case PrintLogger(c1, d, c2, o, i, e, in) => PrintLogger(c1, d, c2, e, i, e, in)
+ case PrintLogger(c1, d, c2, o, i, e, in, de) => PrintLogger(c1, d, c2, e, i, e, in, de)
case l => l
}
),