mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-04 05:35:49 +00:00
Fix minor nested json issue (#398)
This commit is contained in:
committed by
GitHub
parent
c2368661cb
commit
973b0118b6
@@ -345,6 +345,7 @@ namespace ProtectionScan.Features
|
||||
if (pathParts.Length == 0)
|
||||
{
|
||||
modifyNodeList.Add((dict, path, protections));
|
||||
dict[path] = new Dictionary<string, object>();
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user