add fs.constants

This commit is contained in:
b1ek 2023-05-05 01:25:36 +10:00
parent 650afe91a3
commit 04133aa313
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 2 additions and 0 deletions

View File

@ -19,4 +19,6 @@ if (!fs.existsSync('dev'))
} }
})(); })();
ufs.constants = fs.constants;
module.exports = ufs; module.exports = ufs;