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/node.js CHANGED
@@ -1633,7 +1633,6 @@ var $;
1633
1633
  result = Object.assign(result.then(put, put), {
1634
1634
  destructor: result['destructor'] ?? (() => { })
1635
1635
  });
1636
- Error.captureStackTrace(result);
1637
1636
  handled.add(result);
1638
1637
  }
1639
1638
  }
@@ -1651,7 +1650,6 @@ var $;
1651
1650
  }), {
1652
1651
  destructor: result['destructor'] ?? (() => { })
1653
1652
  });
1654
- Error.captureStackTrace(result);
1655
1653
  handled.add(result);
1656
1654
  }
1657
1655
  }