mol_wire_lib 1.0.441 → 1.0.443

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.esm.js CHANGED
@@ -1174,7 +1174,6 @@ var $;
1174
1174
  if ($mol_owning_check(this, prev)) {
1175
1175
  prev.destructor();
1176
1176
  }
1177
- this.cache = next;
1178
1177
  if ($mol_owning_catch(this, next)) {
1179
1178
  try {
1180
1179
  next[Symbol.toStringTag] = this[Symbol.toStringTag];
@@ -1186,6 +1185,7 @@ var $;
1186
1185
  if (!this.sub_empty)
1187
1186
  this.emit();
1188
1187
  }
1188
+ this.cache = next;
1189
1189
  this.cursor = $mol_wire_cursor.fresh;
1190
1190
  if (next instanceof Promise)
1191
1191
  return next;