mol_wire_lib 1.0.966 → 1.0.967

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
@@ -763,7 +763,6 @@ var $;
763
763
  result = Object.assign(result.then(put, put), {
764
764
  destructor: result['destructor'] ?? (() => { })
765
765
  });
766
- Error.captureStackTrace(result);
767
766
  handled.add(result);
768
767
  }
769
768
  }
@@ -781,7 +780,6 @@ var $;
781
780
  }), {
782
781
  destructor: result['destructor'] ?? (() => { })
783
782
  });
784
- Error.captureStackTrace(result);
785
783
  handled.add(result);
786
784
  }
787
785
  }