Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2024-09-02 17:34:39 +00:00
parent 52df12d45d
commit 294a6ed044
315 changed files with 1937 additions and 1303 deletions

View file

@ -183,7 +183,7 @@ module.exports = function () {
// get Unix file permissions
get fileAttr() {
return uint16(_attr >> 16) & 0xfff;
return (_attr || 0) >> 16 & 0xfff;
},
get offset() {