code cleanup

This commit is contained in:
Sebastian Hildebrandt 2020-12-01 09:39:20 +01:00
parent 90eb8e9f74
commit 6629c80788

View File

@ -89,7 +89,7 @@ function fsSize(callback) {
return !line.startsWith('/') && line.indexOf(':') > 0
});
} catch (e) {
macOsDisks = []
macOsDisks = [];
}
}
if (_linux) cmd = 'df -lkPTx squashfs | grep ^/';