mol_jsx_lib 0.0.742 → 0.0.743

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
@@ -2920,7 +2920,7 @@ var $;
2920
2920
  continue;
2921
2921
  if (!$mol_compare_deep(args[i], args[j]))
2922
2922
  continue;
2923
- $mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
2923
+ $mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
2924
2924
  }
2925
2925
  }
2926
2926
  }