| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
I think that this won't work, because parseFileMode lets any uint32 number to pass it. The error in the issue also happens in other places. For example, this also crashes: const wat = path.join(tmpdir.path, 'wat.txt');
fs.writeFile(wat,'a123', {
mode: 2176057344,
},(err)=>{
console.log(err);
}) |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
This reverts commit 90ed832.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes: #37430