mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-13 15:32:16 +00:00
Update to v2.7.5 (#517)
This commit is contained in:
parent
00bce0da9c
commit
e3d5714d59
2 changed files with 7 additions and 1 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue