mol_vary 0.0.57 → 0.0.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/node.js CHANGED
@@ -2704,7 +2704,7 @@ var $;
2704
2704
  };
2705
2705
  const read_text = (kind) => {
2706
2706
  const len = read_unum(kind);
2707
- const [text, bytes] = $mol_charset_decode_from(array, buffer.byteOffset + pos, len);
2707
+ const [text, bytes] = $mol_charset_decode_from(array, pos, len);
2708
2708
  pos += bytes;
2709
2709
  stream.push(text);
2710
2710
  return text;