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 4564773 commit 93309f0Copy full SHA for 93309f0
src/node_blob.cc
@@ -363,9 +363,9 @@ void Blob::Reader::Pull(const FunctionCallbackInfo<Value>& args) {
363
impl->env = env;
364
365
auto next = [impl](int status,
366
- const DataQueue::Vec* vecs,
367
- size_t count,
368
- bob::Done doneCb) mutable {
+ const DataQueue::Vec* vecs,
+ size_t count,
+ bob::Done doneCb) mutable {
369
Environment* env = impl->env;
370
HandleScope handleScope(env->isolate());
371
Local<Function> fn = impl->callback.Get(env->isolate());
0 commit comments