diff --git a/RedundancyFinderCLI/SanitizeCommand.cs b/RedundancyFinderCLI/SanitizeCommand.cs index 76fb355..1f488b4 100644 --- a/RedundancyFinderCLI/SanitizeCommand.cs +++ b/RedundancyFinderCLI/SanitizeCommand.cs @@ -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}[/]");