Project import generated by Copybara

PiperOrigin-RevId: 297743020
pull/7261/head
Daniel Kurka 5 years ago committed by Copybara-Service
parent 9bbc664671
commit ed19442270
  1. 3
      js/experimental/runtime/kernel/writer.js

@ -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);
}
/**

Loading…
Cancel
Save