Project import generated by Copybara

PiperOrigin-RevId: 297743020
pull/7261/head
Daniel Kurka 2020-02-27 18:55:00 -08:00 committed by Copybara-Service
parent 9bbc664671
commit ed19442270
1 changed files with 2 additions and 1 deletions

View File

@ -411,7 +411,8 @@ class Writer {
this.writeTag(fieldNumber, WireType.DELIMITED);
const array = encoderFunction(value);
this.writeUnsignedVarint32_(array.length);
this.writeRaw_(array.buffer);
this.closeAndStartNewBuffer_();
this.blocks_.push(array);
}
/**