Bad code, lint failure

pull/1/head
Caleb James DeLisle 2017-05-11 16:02:24 +02:00
parent b2b1f08d01
commit 5348303df6
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ nThen((waitFor) => {
})));
});
});
}).nThen((waitFor) => {
}).nThen(() => {
out.sort((a,b) => (a[1] - b[1]));
out.forEach((x) => { console.log(x[0] + ' ' + x[1] + ' MB'); });
});