wasSharpNET

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 22  →  ?path2? @ 23
/Diagnostics/ExceptionExtensions.cs
@@ -34,7 +34,7 @@
continue;
 
sb.Append(Enumerable
.Repeat('-', System.Console.WindowWidth)
.Repeat('-', 75)
.Concat(Environment.NewLine)
.ToArray());
sb.Append("File: ");
@@ -49,13 +49,13 @@
}
 
sb.Append(Enumerable
.Repeat('-', System.Console.WindowWidth)
.Repeat('-', 75)
.Concat(Environment.NewLine)
.ToArray());
sb.Append(ex);
sb.Append(Environment.NewLine);
sb.Append(Enumerable
.Repeat('-', System.Console.WindowWidth)
.Repeat('-', 75)
.Concat(Environment.NewLine)
.ToArray());