mol_regexp 0.0.1015 → 0.0.1016
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
|
@@ -1532,7 +1532,7 @@ var $;
|
|
|
1532
1532
|
continue;
|
|
1533
1533
|
if (!$mol_compare_deep(args[i], args[j]))
|
|
1534
1534
|
continue;
|
|
1535
|
-
$mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
|
|
1535
|
+
$mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
|
|
1536
1536
|
}
|
|
1537
1537
|
}
|
|
1538
1538
|
}
|