We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c946648 commit b870653Copy full SHA for b870653
1 file changed
src/node_blob.cc
@@ -433,7 +433,7 @@ void Blob::Reader::Pull(const FunctionCallbackInfo<Value>& args) {
433
impl->dones.end(),
434
[](bob::Done& done) { std::move(done)(0); });
435
impl->dones.clear();
436
- assert(!impl->reader);
+ assert(impl->reader);
437
Local<Value> argv[2] = {Uint32::New(env->isolate(), bob::STATUS_CONTINUE),
438
ArrayBuffer::New(env->isolate(), store)};
439
impl->reader->MakeCallback(fn, arraysize(argv), argv);
0 commit comments