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

Refactored combined use of await and .then to use await only #225

Closed taylanken closed 5 years ago

taylanken commented 5 years ago

In the file /src/extensions/functions/updateVersions.ts, a combination of async/await and .then notation was used. Refactored that code to use async/await only. Closes #223

GantMan commented 5 years ago

Works great, sorry about CI