minor fixes
This commit is contained in:
parent
9a2981cf3d
commit
f95671cd28
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ while (true) {
|
||||||
let { done, data } = await stream.read();
|
let { done, data } = await stream.read();
|
||||||
if (done) {
|
if (done) {
|
||||||
// no more data in the stream
|
// no more data in the stream
|
||||||
console.log('write done.');
|
console.log('all blob processed.');
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue