Skip to content

Commit 5f52231

Browse files
authored
fix bug
1 parent ae2a05b commit 5f52231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5236,6 +5236,7 @@
52365236
if (!done) {
52375237
value = decoder.decode(value);
52385238
let chunks = value.match(/[^\n]+/g);
5239+
if (!chunks) return readChunk();
52395240
for (let i = 0; i < chunks.length; i++) {
52405241
let chunk = chunks[i];
52415242
if (chunk) {

0 commit comments

Comments
 (0)