Return HttpClientError instead of Error, have properties for status and result

This commit is contained in:
Dave Hadka
2020-08-17 21:16:30 -05:00
parent ab10999b09
commit 55850f1529
4 changed files with 19 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@actions/http-client",
"version": "1.0.7",
"version": "1.0.9",
"description": "Actions Http Client",
"main": "index.js",
"scripts": {