code cleanup
This commit is contained in:
parent
90eb8e9f74
commit
6629c80788
@ -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 ^/';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user