zendesk / zcli

A command-line tool for Zendesk
https://developer.zendesk.com
Apache License 2.0
56 stars 18 forks source link

[VEG-bau] Improve error handling #227

Closed anushkafka closed 2 months ago

anushkafka commented 2 months ago

Description

Was going through the code with regards to the issue discussed here and noticed that we should also return after the reject() to stop further execution, otherwise resolve() might still be called.

2939523 Improve error handling

7e1b980 Improve code by integrating the reject in the return

35fda3f Update the timeout settings

Detail

Checklist