returnVersion should not swallow errors
Closed this issue · 2 comments
sohkai commented
Users should swallow them, rather than doing so by default.
For example, getAllVersions()
should be adding the .catch(() => {})
when it launches promises.
bingen commented
sohkai commented
It's still swallowing the error, but at least we're providing a default. Let's close it until we realize we need better error handling.