mol_jsx_lib 0.0.832 → 0.0.833

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