removed an unused variable, because I was using it for those console.logs which I just deleted
This commit is contained in:
parent
833ac62c45
commit
f3a7170133
|
@ -1930,7 +1930,6 @@ function validateAndMaskMode(value, def, callback) {
|
|||
}
|
||||
|
||||
if (isUint32(value)) {
|
||||
let newMode = value & FULL_READ_WRITE_EXEC_PERMISSIONS;
|
||||
return value & FULL_READ_WRITE_EXEC_PERMISSIONS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue