infinitered / solidarity

Solidarity is an environment checker for project dependencies across multiple machines.
https://infinitered.github.io/solidarity/
MIT License
639 stars 49 forks source link

Do I need to `await Promise.all` and follow with a `then`??? #223

Closed GantMan closed 5 years ago

GantMan commented 6 years ago

https://github.com/infinitered/solidarity/blob/64fce79eb48e0d78d5639f0e8b1f8d360c23358f/src/extensions/functions/updateVersions.ts#L18

image

Is await stopping it from moving on? Can I kill the await?