We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3872f61 commit 0882d1eCopy full SHA for 0882d1e
1 file changed
sql_profiler/Code/OutputWriter/ConsoleOutputWriter.cs
@@ -58,7 +58,7 @@ private static System.Collections.Generic.Dictionary<
58
dict.Add(System.Drawing.Color.Magenta, System.ConsoleColor.Magenta);
59
dict.Add(System.Drawing.Color.Yellow, System.ConsoleColor.Yellow);
60
dict.Add(System.Drawing.Color.White, System.ConsoleColor.White);
61
- dict.Add(System.Drawing.Color.Fuchsia, System.ConsoleColor.Red); // Correct ?
+ dict.Add(System.Drawing.Color.Fuchsia, System.ConsoleColor.Magenta); // Correct ?
62
63
return dict;
64
}
0 commit comments