More debug fixes for the upload script (#999)

It really would be great if I could test this :(
This commit is contained in:
Alex Crichton
2020-02-26 15:33:18 -06:00
committed by GitHub
parent 0c23c2e5e0
commit 2d268f49c9

View File

@@ -92,7 +92,7 @@ async function run() {
const retries = 10;
for (let i = 0; i < retries; i++) {
try {
runOnce();
await runOnce();
break;
} catch (e) {
if (i === retries - 1)