mol_wire_dom 0.0.860 → 0.0.861

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
@@ -2897,7 +2897,7 @@ var $;
2897
2897
  continue;
2898
2898
  if (!$mol_compare_deep(args[i], args[j]))
2899
2899
  continue;
2900
- $mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
2900
+ $mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
2901
2901
  }
2902
2902
  }
2903
2903
  }