loft-sh / vcluster-dd-extension

This provides an extension integration with Docker Desktop to allow managing vclusters quickly and easily through the Docker Desktop interface.
5 stars 0 forks source link

Remove then & catch and use async instead #1

Closed FabianKramm closed 2 years ago

FabianKramm commented 2 years ago

Using then and catch is an anti-pattern and we should replace those with proper async and await statements