mol_jsx_lib 0.0.1516 → 0.0.1517

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
@@ -1636,6 +1636,7 @@ var $;
1636
1636
  return handler();
1637
1637
  }
1638
1638
  catch (error) {
1639
+ console.error(error);
1639
1640
  return error;
1640
1641
  }
1641
1642
  }