mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-22 20:19:33 +01:00
build: update distribution (#115)
This commit is contained in:
parent
7ca13a4f6e
commit
b360ab3b73
1 changed files with 3 additions and 1 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
@ -3541,7 +3541,9 @@ function fetch(url, opts) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
destroyStream(response.body, err);
|
if (response && response.body) {
|
||||||
|
destroyStream(response.body, err);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
/* c8 ignore next 18 */
|
/* c8 ignore next 18 */
|
||||||
|
|
Loading…
Reference in a new issue