mol_dump_lib 0.0.210 → 0.0.211

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_dump_lib",
3
- "version": "0.0.210",
3
+ "version": "0.0.211",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.test.js CHANGED
@@ -758,7 +758,7 @@ var $;
758
758
  continue;
759
759
  if (!$mol_compare_deep(args[i], args[j]))
760
760
  continue;
761
- $mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
761
+ $mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
762
762
  }
763
763
  }
764
764
  }