mol_tree2 1.0.563 → 1.0.564

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_tree2",
3
- "version": "1.0.563",
3
+ "version": "1.0.564",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.test.js CHANGED
@@ -993,7 +993,7 @@ var $;
993
993
  continue;
994
994
  if (!$mol_compare_deep(args[i], args[j]))
995
995
  continue;
996
- $mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
996
+ $mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
997
997
  }
998
998
  }
999
999
  }