mol_text_distance 0.0.657 → 0.0.658

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
@@ -1284,7 +1284,7 @@ var $;
1284
1284
  continue;
1285
1285
  if (!$mol_compare_deep(args[i], args[j]))
1286
1286
  continue;
1287
- $mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
1287
+ $mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
1288
1288
  }
1289
1289
  }
1290
1290
  }