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();
|
||||
if (done) {
|
||||
// no more data in the stream
|
||||
console.log('write done.');
|
||||
console.log('all blob processed.');
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue