mol_plot_all 1.2.473 → 1.2.475

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.test.js CHANGED
@@ -1931,7 +1931,6 @@ var $;
1931
1931
  if ($mol_owning_check(this, prev)) {
1932
1932
  prev.destructor();
1933
1933
  }
1934
- this.cache = next;
1935
1934
  if ($mol_owning_catch(this, next)) {
1936
1935
  try {
1937
1936
  next[Symbol.toStringTag] = this[Symbol.toStringTag];
@@ -1943,6 +1942,7 @@ var $;
1943
1942
  if (!this.sub_empty)
1944
1943
  this.emit();
1945
1944
  }
1945
+ this.cache = next;
1946
1946
  this.cursor = $mol_wire_cursor.fresh;
1947
1947
  if (next instanceof Promise)
1948
1948
  return next;