mol_plot_all 1.2.875 → 1.2.876

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