mol_regexp 0.0.1014 → 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 +5 -7
- 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/package.json
CHANGED
package/web.test.js
CHANGED
|
@@ -1012,7 +1012,7 @@ var $;
|
|
|
1012
1012
|
continue;
|
|
1013
1013
|
if (!$mol_compare_deep(args[i], args[j]))
|
|
1014
1014
|
continue;
|
|
1015
|
-
$mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
|
|
1015
|
+
$mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
|
|
1016
1016
|
}
|
|
1017
1017
|
}
|
|
1018
1018
|
}
|