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

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 */