Compare commits

..

No commits in common. "e6a84d280e599f3e40e13c26b80f62579a94f62b" and "68fdd4e0ce3772353339d503402a474a6b03b932" have entirely different histories.

2 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -45,8 +45,8 @@ export class IPFSClient extends Client {
done: true,
};
}
pipe = defer();
update("next");
pipe = defer();
return {
value: chunk,
done: false,

View File

@ -66,10 +66,10 @@ export class IPFSClient extends Client {
};
}
pipe = defer();
update("next");
pipe = defer();
return {
value: chunk,
done: false,