fix(core): update

This commit is contained in:
2020-02-21 23:06:47 +00:00
parent cba7c11eea
commit 0fcfba2973
2 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,7 @@ export class Bucket {
return chunk;
},
async cb => {
console.log('stream ended');
replaySubject.complete();
return Buffer.from('');
}