Small typos fixed
This commit is contained in:
@@ -28,7 +28,7 @@ namespace OneDriveArchiver
|
||||
var fi = new FileInfo(filename);
|
||||
if (fi.Length == 0)
|
||||
{
|
||||
Console.WriteLine($"Deleting file {filename} as it has zero bytes content.");
|
||||
Console.WriteLine($"OneDriveArchiver: Deleting file {filename} as it has zero bytes content.");
|
||||
File.Delete(filename);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user