Skip to content

Commit

Permalink
progress bar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrix25633 committed Jun 23, 2022
1 parent ca6e214 commit 2ece8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ static void Main(string[] args) {
UInt64 fileSize = (UInt64)e.fileInfo.Length;
bool err;
Logger.InfoReason(e.reason, e.relativePath);
Logger.ProgressBar(sizeCopied, sizeToCopy);
Logger.ProgressBar(sizeRemoved, sizeToRemove);
if(arguments.removed != null) { // Move
string newPath = arguments.removed + Path.DirectorySeparatorChar + e.relativePath;
try {
Expand Down

0 comments on commit 2ece8b2

Please sign in to comment.