build: update distribution (#115)
This commit is contained in:
4
dist/index.js
vendored
4
dist/index.js
vendored
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user