bsd: fsStats null result
This commit is contained in:
parent
de35fafb3a
commit
faf53533ec
@ -497,7 +497,7 @@ function fsStats(callback) {
|
|||||||
|
|
||||||
return new Promise((resolve) => {
|
return new Promise((resolve) => {
|
||||||
process.nextTick(() => {
|
process.nextTick(() => {
|
||||||
if (_windows) {
|
if (_windows || _freebsd || _openbsd || _netbsd || _sunos) {
|
||||||
return resolve(null);
|
return resolve(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user