mirror of
https://github.com/spectreconsole/spectre.console.git
synced 2026-01-02 01:03:32 +01:00
Rename ExceptionFormats.None
This commit is contained in:
committed by
Patrik Svensson
parent
3c3afe7439
commit
39a8588dc3
@@ -52,7 +52,7 @@ namespace Spectre.Console.Tests
|
||||
Writer.Write(segment.Text);
|
||||
}
|
||||
|
||||
public string[] WriteExceptionAndGetLines(Exception ex, ExceptionFormats formats = ExceptionFormats.None)
|
||||
public string[] WriteExceptionAndGetLines(Exception ex, ExceptionFormats formats = ExceptionFormats.Default)
|
||||
{
|
||||
this.WriteException(ex, formats);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user