From 6629c80788b4eb898c9714b39e7d454e06cabd5d Mon Sep 17 00:00:00 2001 From: Sebastian Hildebrandt Date: Tue, 1 Dec 2020 09:39:20 +0100 Subject: [PATCH] code cleanup --- lib/filesystem.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/filesystem.js b/lib/filesystem.js index 70b62d0..49c223a 100755 --- a/lib/filesystem.js +++ b/lib/filesystem.js @@ -89,7 +89,7 @@ function fsSize(callback) { return !line.startsWith('/') && line.indexOf(':') > 0 }); } catch (e) { - macOsDisks = [] + macOsDisks = []; } } if (_linux) cmd = 'df -lkPTx squashfs | grep ^/';