Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -323,7 +323,7 @@ public void accept(byte[] bytes, int offset, int length) {
*/
@TruffleBoundary
public static byte[] flattenBytes(Rope rope) {
if (rope instanceof LeafRope) {
if (rope.getRawBytes() != null) {
return rope.getRawBytes();
}

0 comments on commit c22dfd0

Please sign in to comment.