Comparing version 1.2.1 to 1.2.2
@@ -257,2 +257,3 @@ 'use strict'; | ||
super(`HTTP Error ${http.response.statusCode} for ${http.method} ${http.url}\n${message}`); | ||
this.__httpcall = true; | ||
this.statusCode = http.response.statusCode; | ||
@@ -259,0 +260,0 @@ this.http = http; |
{ | ||
"name": "http-call", | ||
"description": "make http requests", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/dickeyxxx/http-call/issues", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20815
302