mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
fs: assert that sha256 is present
This commit is contained in:
parent
c994dbc08c
commit
b0a34e7a86
1 changed files with 1 additions and 0 deletions
|
|
@ -212,6 +212,7 @@ FS.prototype.LoadRecursive = function(data, parentid)
|
|||
{
|
||||
inode.status = STATUS_ON_STORAGE;
|
||||
inode.sha256sum = data[JSONFS_IDX_SHA256];
|
||||
dbg_assert(inode.sha256sum);
|
||||
this.PushInode(inode, parentid, name);
|
||||
}
|
||||
else if(ifmt === S_IFLNK)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue