Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 44cfb123 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

fix error of 'rolling output' if there are no warnings

as a consequence this results in an exception because the cursor is positioned beyond the window's size
parent c2a8b2c5
No related branches found
No related tags found
No related merge requests found
......@@ -328,6 +328,8 @@ Examples:
Console.ForegroundColor = ConsoleColor.Yellow;
Console.WriteLine(@"Warnings: {0,5}", WarningMessages.Count);
Console.ResetColor();
} else {
Console.WriteLine("");
}
_numLines += 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment