code cleanup
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ function fsSize(callback) {
|
|||||||
return !line.startsWith('/') && line.indexOf(':') > 0
|
return !line.startsWith('/') && line.indexOf(':') > 0
|
||||||
});
|
});
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
macOsDisks = []
|
macOsDisks = [];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (_linux) cmd = 'df -lkPTx squashfs | grep ^/';
|
if (_linux) cmd = 'df -lkPTx squashfs | grep ^/';
|
||||||
|
|||||||
Reference in New Issue
Block a user