mol_compare_deep 0.0.752 → 0.0.753

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
@@ -461,7 +461,7 @@ var $;
461
461
  continue;
462
462
  if (!$mol_compare_deep(args[i], args[j]))
463
463
  continue;
464
- $mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
464
+ $mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
465
465
  }
466
466
  }
467
467
  }