Skip to content

Commit 4e7e968

Browse files
committedFeb 3, 2023
feat: build for release
1 parent a045567 commit 4e7e968

File tree

3 files changed

+42
-39
lines changed

3 files changed

+42
-39
lines changed
 

‎build.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"toc-generator","sha":"163f691be4eb3f69f3fd4b79e3ba668a85331334","ref":"refs/tags/test/v4.3.2.4028982211","tagName":"test/v4.3.2.4028982211","branch":"gh-actions","tags":["test/v4.3.2.4028982211","test/v4.3.2","test/v4.3","test/v4"],"updated_at":"2023-01-27T23:29:39.027Z"}
1+
{"owner":"technote-space","repo":"toc-generator","sha":"6084da058b26d34c2964826028314f90cb6be7e8","ref":"refs/tags/test/v4.3.2.4088718397","tagName":"test/v4.3.2.4088718397","branch":"gh-actions","tags":["test/v4.3.2.4088718397","test/v4.3.2","test/v4.3","test/v4"],"updated_at":"2023-02-03T23:29:33.849Z"}

‎lib/main.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -84637,7 +84637,9 @@ function fetch(url, opts) {
8463784637
return;
8463884638
}
8463984639

84640-
destroyStream(response.body, err);
84640+
if (response && response.body) {
84641+
destroyStream(response.body, err);
84642+
}
8464184643
});
8464284644

8464384645
/* c8 ignore next 18 */

0 commit comments

Comments
 (0)
Failed to load comments.