Skip to content
Snippets Groups Projects
Commit 0f433bc7 authored by Philippe Suter's avatar Philippe Suter
Browse files

to please Utkarsh

parent 7927e8cb
No related branches found
No related tags found
No related merge requests found
...@@ -37,7 +37,7 @@ object DefaultReporter extends Reporter { ...@@ -37,7 +37,7 @@ object DefaultReporter extends Reporter {
Console.BLUE Console.BLUE
} }
"[" + color + pfx.substring(1, pfx.length-2) + Console.RESET + "] " + "[" + color + pfx.substring(1, pfx.length-2) + Console.RESET + "] " +
msg.trim.replaceAll("\n", "\n" + pfx) msg.trim.replaceAll("\n", "\n" + (" " * (pfx.size)))
} }
def error(msg: Any) = output(reline(errorPfx, msg.toString)) def error(msg: Any) = output(reline(errorPfx, msg.toString))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment