We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c781fb3 commit 610c0eeCopy full SHA for 610c0ee
FlashpointManager/src/Forms/Operate.cs
@@ -237,7 +237,7 @@ private void RemoveComponents()
237
string[] infoText = File.ReadLines(workingComponent.InfoFile).Skip(1).ToArray();
238
239
long removedFiles = 0;
240
- long totalFiles = infoText.Length - 1;
+ long totalFiles = infoText.Length;
241
long totalSize = workingComponent.Size;
242
243
foreach (string file in infoText)
0 commit comments