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

@@ -100,6 +100,7 @@ async function run() {
}
}
}
}
run().catch(err => {
console.log("ERROR: ", JSON.stringify(err, null, 2));