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/node.test.js CHANGED
@@ -7127,7 +7127,7 @@ var $;
7127
7127
  continue;
7128
7128
  if (!$mol_compare_deep(args[i], args[j]))
7129
7129
  continue;
7130
- $mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
7130
+ $mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
7131
7131
  }
7132
7132
  }
7133
7133
  }