mol_wire_lib 1.0.963 → 1.0.965

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