build: update distribution (#115)

This commit is contained in:
actions-bot 2023-02-05 23:23:33 +09:00 committed by GitHub
parent 7ca13a4f6e
commit b360ab3b73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
dist/index.js vendored
View file

@ -3541,7 +3541,9 @@ function fetch(url, opts) {
return;
}
destroyStream(response.body, err);
if (response && response.body) {
destroyStream(response.body, err);
}
});
/* c8 ignore next 18 */