Bump got from 11.8.5 to 11.8.6

This commit is contained in:
Nicholas Farley
2023-09-18 13:54:54 -04:00
parent a5f6c67fe1
commit 7b8899915e
3 changed files with 9 additions and 8 deletions
+1
View File
@@ -3702,6 +3702,7 @@ function asPromise(normalizedOptions) {
request._beforeError(new types_1.HTTPError(response));
return;
}
request.destroy();
resolve(request.options.resolveBodyOnly ? response.body : response);
});
const onError = (error) => {