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 e46a3ac commit aababd7Copy full SHA for aababd7
modules/build/src/main/scala/scala/build/ConsoleBloopBuildClient.scala
@@ -183,7 +183,7 @@ object ConsoleBloopBuildClient {
183
"." + File.separator + p.relativeTo(Os.pwd).toString
184
case Right(p) => p.toString
185
}
186
- logger.error(s"$prefix$path0:$line$col" + (if (msgIt.hasNext) " " + msgIt.next() else ""))
+ logger.error(s"$prefix$path0:$line$col${System.lineSeparator()}")
187
for (line <- msgIt)
188
logger.message(prefix + line)
189
val codeOpt = {
0 commit comments