mol_jsx_lib 0.0.742 → 0.0.743

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_jsx_lib",
3
- "version": "0.0.742",
3
+ "version": "0.0.743",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.test.js CHANGED
@@ -156,7 +156,7 @@ var $;
156
156
  continue;
157
157
  if (!$mol_compare_deep(args[i], args[j]))
158
158
  continue;
159
- $mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
159
+ $mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
160
160
  }
161
161
  }
162
162
  }