mol_jsx_lib 0.0.830 → 0.0.831

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
@@ -992,6 +992,7 @@ var $;
992
992
  result = Object.assign(result.then(put, put), {
993
993
  destructor: result['destructor'] ?? (() => { })
994
994
  });
995
+ Error.captureStackTrace(result);
995
996
  handled.add(result);
996
997
  }
997
998
  }
@@ -1009,6 +1010,7 @@ var $;
1009
1010
  }), {
1010
1011
  destructor: result['destructor'] ?? (() => { })
1011
1012
  });
1013
+ Error.captureStackTrace(result);
1012
1014
  handled.add(result);
1013
1015
  }
1014
1016
  }