mol_wire_lib 1.0.907 → 1.0.908

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_wire_lib",
3
- "version": "1.0.907",
3
+ "version": "1.0.908",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.js CHANGED
@@ -831,7 +831,7 @@ var $;
831
831
  }
832
832
  }
833
833
  catch (e) {
834
- console.log(e.stack);
834
+ e.message += '\n' + e.stack;
835
835
  throw e;
836
836
  }
837
837
  }