systeminformation 5.17.5 → 5.17.6

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/processes.js +1 -1
  2. package/package.json +1 -1
package/lib/processes.js CHANGED
@@ -98,7 +98,7 @@ function parseElapsedTime(etime) {
98
98
  try {
99
99
  res = new Date(current.getTime() - ms);
100
100
  result = res.toISOString().substring(0, 10) + ' ' + res.toISOString().substring(11, 19);
101
- } catch {
101
+ } catch (e) {
102
102
  util.noop();
103
103
  }
104
104
  return result;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "systeminformation",
3
- "version": "5.17.5",
3
+ "version": "5.17.6",
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)",