mol_jsx_lib 0.0.774 → 0.0.775

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
@@ -1054,7 +1054,7 @@ var $;
1054
1054
  }
1055
1055
  }
1056
1056
  catch (e) {
1057
- console.log(e.stack);
1057
+ e.message += '\n' + e.stack;
1058
1058
  throw e;
1059
1059
  }
1060
1060
  }