We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
node-warc/lib/parsers/warcStreamTransform.js
Lines 110 to 115 in be38971
since _consumeChunk calls done, i think this should be:
_flush (done) { if (this.buffered) { this._consumeChunk(this.buffered, done, true) } else { done() } }
The text was updated successfully, but these errors were encountered:
Hey, I just made this change because I ran into the exact error you are talking about. I was using their stream demo code and this fixed it.
Sorry, something went wrong.
It looks like this repo is no longer maintained. I published a fork with this fix here, NPM package here.
npm install --save @context-labs/node-warc
No branches or pull requests
node-warc/lib/parsers/warcStreamTransform.js
Lines 110 to 115 in be38971
since _consumeChunk calls done, i think this should be:
The text was updated successfully, but these errors were encountered: