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.js CHANGED
@@ -1939,7 +1939,6 @@ var $;
1939
1939
  if ($mol_owning_check(this, prev)) {
1940
1940
  prev.destructor();
1941
1941
  }
1942
- this.cache = next;
1943
1942
  if ($mol_owning_catch(this, next)) {
1944
1943
  try {
1945
1944
  next[Symbol.toStringTag] = this[Symbol.toStringTag];
@@ -1951,6 +1950,7 @@ var $;
1951
1950
  if (!this.sub_empty)
1952
1951
  this.emit();
1953
1952
  }
1953
+ this.cache = next;
1954
1954
  this.cursor = $mol_wire_cursor.fresh;
1955
1955
  if (next instanceof Promise)
1956
1956
  return next;