github icon indicating copy to clipboard operation
github copied to clipboard

response will be undefined for 404 endpoint

Open sajithdilshan opened this issue 7 years ago • 0 comments

https://github.com/github-tools/github/blob/24223f7a51ba935f1c86ffd552dac20e8f3e359d/lib/Requestable.js#L187

In the above code response will be undefined if the request is for a non-existing endpoint (which will result in 404 response).

In-order to re-produce invoke getSha() method for a non-existing in the repository

sajithdilshan avatar Jan 07 '18 14:01 sajithdilshan