Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
C-D-Lewis committed Aug 11, 2024
1 parent 97d229d commit fef0bf5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion node-common/src/modules/os.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const getDiskUsage = () => {
const lines = execSync('df -h | grep "G "')
.toString()
.split('\n')
.slice(1)
.filter((p) => p.length > 0);

return lines.map((line) => {
Expand Down

0 comments on commit fef0bf5

Please sign in to comment.