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/node.js CHANGED
@@ -1693,7 +1693,7 @@ var $;
1693
1693
  }
1694
1694
  }
1695
1695
  catch (e) {
1696
- console.log(e.stack);
1696
+ e.message += '\n' + e.stack;
1697
1697
  throw e;
1698
1698
  }
1699
1699
  }