systeminformation 5.30.6 → 5.30.7

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.
Files changed (2) hide show
  1. package/lib/network.js +1 -1
  2. package/package.json +1 -1
package/lib/network.js CHANGED
@@ -434,7 +434,7 @@ function getWindowsIEEE8021x(connectionType, iface, ifaces) {
434
434
  i8021x.state = i8021xState.split(':').pop();
435
435
  i8021x.protocol = i8021xProtocol.split(':').pop();
436
436
  }
437
- } catch {
437
+ } catch (error) {
438
438
  if (error.status === 1 && error.stdout.includes('AutoConfig')) {
439
439
  i8021x.state = 'Disabled';
440
440
  i8021x.protocol = 'Not defined';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systeminformation",
3
- "version": "5.30.6",
3
+ "version": "5.30.7",
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)",