Skip to content

Commit e216de3

Browse files
author
Hovsep
committed
Merge pull request #1657 from stankovski/clu
[Fixed #111708772] Removed duplicate error output
2 parents bc27cbd + 693e074 commit e216de3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CLU/Microsoft.CLU.Run/ConsoleInputOutput.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,6 @@ public void WriteDebugLine(string message)
296296
/// <param name="message">The message to write</param>
297297
public void WriteErrorLine(string message)
298298
{
299-
CLUEnvironment.Console.WriteLine(message);
300299
WriteLine(ConsoleColor.Red, GetConsoleBgColor(), string.Format(Strings.ErrorLineFormat, message));
301300
}
302301

0 commit comments

Comments
 (0)