summaryrefslogtreecommitdiff
path: root/main/src/mill/main/ReplApplyHandler.scala
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/mill/main/ReplApplyHandler.scala')
-rw-r--r--main/src/mill/main/ReplApplyHandler.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/mill/main/ReplApplyHandler.scala b/main/src/mill/main/ReplApplyHandler.scala
index 59a6780b..2cf0c6f1 100644
--- a/main/src/mill/main/ReplApplyHandler.scala
+++ b/main/src/mill/main/ReplApplyHandler.scala
@@ -31,7 +31,8 @@ object ReplApplyHandler{
System.out,
System.err,
System.err,
- System.in
+ System.in,
+ debugEnabled = false
)
)
)