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/web.mjs CHANGED
@@ -769,7 +769,6 @@ var $;
769
769
  result = Object.assign(result.then(put, put), {
770
770
  destructor: result['destructor'] ?? (() => { })
771
771
  });
772
- Error.captureStackTrace(result);
773
772
  handled.add(result);
774
773
  }
775
774
  }
@@ -787,7 +786,6 @@ var $;
787
786
  }), {
788
787
  destructor: result['destructor'] ?? (() => { })
789
788
  });
790
- Error.captureStackTrace(result);
791
789
  handled.add(result);
792
790
  }
793
791
  }