Bad code, lint failure
This commit is contained in:
+1
-1
@@ -95,7 +95,7 @@ nThen((waitFor) => {
|
|||||||
})));
|
})));
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}).nThen((waitFor) => {
|
}).nThen(() => {
|
||||||
out.sort((a,b) => (a[1] - b[1]));
|
out.sort((a,b) => (a[1] - b[1]));
|
||||||
out.forEach((x) => { console.log(x[0] + ' ' + x[1] + ' MB'); });
|
out.forEach((x) => { console.log(x[0] + ' ' + x[1] + ' MB'); });
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user