systeminformation 5.9.10 → 5.9.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/filesystem.js CHANGED
@@ -497,7 +497,7 @@ function fsStats(callback) {
497
497
 
498
498
  return new Promise((resolve) => {
499
499
  process.nextTick(() => {
500
- if (_windows) {
500
+ if (_windows || _freebsd || _openbsd || _netbsd || _sunos) {
501
501
  return resolve(null);
502
502
  }
503
503
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systeminformation",
3
- "version": "5.9.10",
3
+ "version": "5.9.11",
4
4
  "description": "Advanced, lightweight system and OS information library",
5
5
  "license": "MIT",
6
6
  "author": "Sebastian Hildebrandt <hildebrandt@plus-innovations.com> (https://plus-innovations.com)",