Skip to content

Commit d835df9

Browse files
add comment back
1 parent 5cbe0f0 commit d835df9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ProtectionScan/Features/MainFeature.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -379,6 +379,7 @@ private static void InsertNode(Dictionary<string, object> nestedDictionary,
379379
current = (Dictionary<string, object>)current[part];
380380
}
381381

382+
// If the "leaf" dictionary has been reached, add the file and its protections.
382383
current.Add(pathParts[^1], protections);
383384
}
384385
#endif

0 commit comments

Comments
 (0)