Skip to content

Commit

Permalink
Project import generated by Copybara
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 297743020
  • Loading branch information
dankurka authored and copybara-github committed Feb 28, 2020
1 parent 9bbc664 commit ed19442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/experimental/runtime/kernel/writer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit ed19442

Please sign in to comment.