Skip to content

Commit 64b65b0

Browse files
committed
Initial checkpoint should use depth too
1 parent 36c858f commit 64b65b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BinaryObjectScanner/Scanner.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ private ProtectionDictionary GetProtectionsImpl(List<string>? paths, int depth)
120120
DateTime startTime = DateTime.UtcNow;
121121

122122
// Checkpoint
123-
_fileProgress?.Report(new ProtectionProgress(null, 0, null));
123+
_fileProgress?.Report(new ProtectionProgress(null, depth, 0, null));
124124

125125
// Temp variables for reporting
126126
string tempFilePath = Path.GetTempPath();

0 commit comments

Comments
 (0)