Browse Source

fix missing continue

pull/165/head
Ionite 1 year ago
parent
commit
72c149a64a
No known key found for this signature in database
  1. 1
      StabilityMatrix.Core/Helper/FileTransfers.cs

1
StabilityMatrix.Core/Helper/FileTransfers.cs

@ -209,6 +209,7 @@ public static class FileTransfers
+ $" Matching Blake3 hash: {sourceHash}" + $" Matching Blake3 hash: {sourceHash}"
); );
sourceFile.Delete(); sourceFile.Delete();
continue;
} }
} }
else if (!overwrite) else if (!overwrite)

Loading…
Cancel
Save