Initial checkpoint should use depth too

This commit is contained in:
Matt Nadareski
2025-09-20 16:23:59 -04:00
parent 36c858fac1
commit 64b65b0f59

View File

@@ -120,7 +120,7 @@ namespace BinaryObjectScanner
DateTime startTime = DateTime.UtcNow;
// Checkpoint
_fileProgress?.Report(new ProtectionProgress(null, 0, null));
_fileProgress?.Report(new ProtectionProgress(null, depth, 0, null));
// Temp variables for reporting
string tempFilePath = Path.GetTempPath();