Skip to content

Commit

Permalink
Fix repl due to orphan hard-coded import (com-lihaoyi#1784)
Browse files Browse the repository at this point in the history
Pull request: com-lihaoyi#1784
  • Loading branch information
nitay authored Mar 16, 2022
1 parent 4365bbb commit 7abaaef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main/src/mill/MillMain.scala
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ object MillMain {
| threadCount = ${threadCount}
|)
|repl.pprinter() = replApplyHandler.pprinter
|import replApplyHandler.generatedEval._
|""".stripMargin

val importsPredefCode: String = config.imports.map {
Expand Down

0 comments on commit 7abaaef

Please sign in to comment.