Skip to content

Commit 45459cc

Browse files
danmarCopilot
andauthored
Update cli/processexecutor.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 19ee330 commit 45459cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/processexecutor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ unsigned int ProcessExecutor::check()
407407
fileCount++;
408408
processedsize += size;
409409
if (!mSettings.quiet)
410-
Executor::reportStatus(fileCount, mFiles.size() + mFileSettings.size(), //processedsize, totalfilesize);
410+
Executor::reportStatus(fileCount, mFiles.size() + mFileSettings.size(),
411411
mFileSettings.empty() ? processedsize : fileCount,
412412
mFileSettings.empty() ? totalfilesize : mFileSettings.size());
413413

0 commit comments

Comments
 (0)