mol_wire_lib 1.0.181 → 1.0.184

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
@@ -908,8 +908,7 @@ var $;
908
908
  };
909
909
  }
910
910
  complete() {
911
- if (this.sub_empty)
912
- this.destructor();
911
+ this.destructor();
913
912
  }
914
913
  put(next) {
915
914
  const prev = this.cache;