systeminformation
Advanced tools
Comparing version 5.18.0 to 5.18.1
@@ -140,3 +140,3 @@ 'use strict'; | ||
if (_linux) { | ||
cmd = 'export LC_ALL=C; df -lkPTx squashfs; unset LC_ALL'; | ||
cmd = 'df -lkPTx squashfs'; | ||
execSync('cat /proc/mounts 2>/dev/null').toString().split('\n').filter(line => { | ||
@@ -143,0 +143,0 @@ return line.startsWith('/'); |
{ | ||
"name": "systeminformation", | ||
"version": "5.18.0", | ||
"version": "5.18.1", | ||
"description": "Advanced, lightweight system and OS information library", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
727639