added message checking file
This commit is contained in:
parent
101d128a42
commit
4da2ed9f3d
@ -70,6 +70,8 @@ namespace RedundancyFinderCLI
|
||||
var paths = redundancy.Value.Paths;
|
||||
foreach (var path in paths.ToList())
|
||||
{
|
||||
Global.WriteLine($"[green]Checking file: {path}[/]");
|
||||
|
||||
if (!File.Exists(path))
|
||||
{
|
||||
Global.WriteLine($"[red]Deleting non existent file: {path}[/]");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user