Fix unit tests failing because of windows newlines
This commit is contained in:
parent
ba676be46d
commit
4197db6af9
2 changed files with 2 additions and 1 deletions
|
|
@ -179,6 +179,7 @@ namespace FileManager
|
|||
}
|
||||
catch (Exception exDebug)
|
||||
{
|
||||
Serilog.Log.Logger.Debug(exDebug, "Silent failure");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue