Fix a syntax error in deployment (#987)

I have no idea how to test this code other than run it live :(
This commit is contained in:
Alex Crichton
2020-02-25 18:33:11 -06:00
committed by GitHub
parent 78b32e2527
commit ab213780cd

View File

@@ -99,6 +99,7 @@ async function run() {
await sleep(10000) await sleep(10000)
} }
} }
}
} }
run().catch(err => { run().catch(err => {