mol_wire_lib 1.0.182 → 1.0.183

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
@@ -900,8 +900,7 @@ var $;
900
900
  };
901
901
  }
902
902
  complete() {
903
- if (this.sub_empty)
904
- this.destructor();
903
+ this.destructor();
905
904
  }
906
905
  put(next) {
907
906
  const prev = this.cache;