mol_mutable 0.0.395 → 0.0.396

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
@@ -1267,7 +1267,7 @@ var $;
1267
1267
  continue;
1268
1268
  if (!$mol_compare_deep(args[i], args[j]))
1269
1269
  continue;
1270
- $mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
1270
+ $mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
1271
1271
  }
1272
1272
  }
1273
1273
  }