Open ggiesen opened 3 years ago
Hi ggiesen, We're cleaning up our repositories in preparation for a major reorganization. Issues from last year will be marked as stale and closed after two weeks. If you still need help, comment to let us know and we'll look into it. Thanks!
ping
Describe the Bug
When running
bw update --response
but DNS resolution is broken, unhandled exceptions are spewed on the console:instead of sending a json failure response
Steps To Reproduce
bw update --response
Expected Result
A proper JSON response with some sort of failure message. Something like:
{"success":false,"data":{"noColor":true,"object":"message","title":"Unable to check for updates.","message":"Unable to resolve api.github.com"}}
Actual Result
Environment
bw --version
): 1.16.0