mol_dump_lib 0.0.210 → 0.0.211
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
|
@@ -7360,7 +7360,7 @@ var $;
|
|
|
7360
7360
|
continue;
|
|
7361
7361
|
if (!$mol_compare_deep(args[i], args[j]))
|
|
7362
7362
|
continue;
|
|
7363
|
-
$mol_fail(new Error(`args[${i}] = args[${j}] = ${args[i]}`));
|
|
7363
|
+
$mol_fail(new Error(`args[${i}] = args[${j}] = ${print(args[i])}`));
|
|
7364
7364
|
}
|
|
7365
7365
|
}
|
|
7366
7366
|
}
|