mol_db 0.0.916 → 0.0.917

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
@@ -2064,7 +2064,7 @@ var $;
2064
2064
  continue;
2065
2065
  if (!$mol_compare_deep(args[i], args[j]))
2066
2066
  continue;
2067
- $mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
2067
+ $mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
2068
2068
  }
2069
2069
  }
2070
2070
  }