lint: const
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ async function getSwaps() {
|
||||
}
|
||||
|
||||
async function getDisks() {
|
||||
let [dfError, dfEntries] = await safe(df.disks());
|
||||
const [dfError, dfEntries] = await safe(df.disks());
|
||||
if (dfError) throw new BoxError(BoxError.FS_ERROR, `Error running df: ${dfError.message}`);
|
||||
|
||||
const disks = {}; // by file system
|
||||
|
||||
Reference in New Issue
Block a user