github-tools / github

A higher-level wrapper around the Github API. Intended for the browser.
BSD 3-Clause "New" or "Revised" License
3.56k stars 754 forks source link

Update Requestable.js #653

Open carterm opened 3 years ago

carterm commented 3 years ago

I've had issues using Repository.createBlob(buffer) that would cause an exception when looking for response.data in a null response. Adding this check for a null response line allows the code to work for me.