mol_tree2 1.0.563 → 1.0.564
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 +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +1 -1
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -2552,7 +2552,7 @@ var $;
|
|
|
2552
2552
|
continue;
|
|
2553
2553
|
if (!$mol_compare_deep(args[i], args[j]))
|
|
2554
2554
|
continue;
|
|
2555
|
-
$mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
|
|
2555
|
+
$mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
|
|
2556
2556
|
}
|
|
2557
2557
|
}
|
|
2558
2558
|
}
|