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 435f05d commit 4cec6dcCopy full SHA for 4cec6dc
src/encoding_binding.cc
@@ -281,7 +281,7 @@ void BindingData::EncodeInto(const FunctionCallbackInfo<Value>& args) {
281
}
282
283
284
- DCHECK_LE(written, dest->ByteLength(););
+ DCHECK_LE(written, dest->ByteLength());
285
286
binding_data->encode_into_results_buffer_[0] = static_cast<double>(read);
287
binding_data->encode_into_results_buffer_[1] = static_cast<double>(written);
0 commit comments