Raymond Whatley
Results
1
issues of
Raymond Whatley
Documentation States: ``` hooks: { beforeError: [ error => { const {response} = error; if (response && response.body) { error.name = 'GitHubError'; error.message = `${response.body.message} (${response.statusCode})`; } return error; }...
good first issue
documentation