mol_jsx_lib 0.0.1146 → 0.0.1147

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
@@ -700,7 +700,7 @@ var $;
700
700
  const pub = this.data[cursor];
701
701
  pub?.sub_off(this.data[cursor + 1]);
702
702
  end -= 2;
703
- if (this.sub_from < end)
703
+ if (this.sub_from <= end)
704
704
  this.peer_move(end, cursor);
705
705
  }
706
706
  this.data.length = end;