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 48b0d01 commit 3b0c097Copy full SHA for 3b0c097
runner/daemon/src/mill/daemon/MillScalaParserImpl.scala
@@ -57,7 +57,7 @@ object MillScalaParserImpl extends MillScalaParser {
57
if (!trees.head.startPos.exists) ""
58
else new String(source.file.toByteArray).take(trees.head.startPos.start)
59
}
60
- mill.constants.DebugLog.println("pkgs " + pprint.apply(pkgs))
+
61
(prefix, pkgs, stmts)
62
63
0 commit comments