bsd: fsStats null result

This commit is contained in:
Sebastian Hildebrandt 2021-11-12 09:59:56 +01:00
parent de35fafb3a
commit faf53533ec

View File

@ -497,7 +497,7 @@ function fsStats(callback) {
return new Promise((resolve) => {
process.nextTick(() => {
if (_windows) {
if (_windows || _freebsd || _openbsd || _netbsd || _sunos) {
return resolve(null);
}