utiller 1.0.376 → 1.0.377
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/lib/utiller/index.js
CHANGED
|
@@ -4272,7 +4272,7 @@ var Utiller = /*#__PURE__*/function () {
|
|
|
4272
4272
|
return code;
|
|
4273
4273
|
};
|
|
4274
4274
|
return _lodash["default"].transform(array, function (result, rawKey) {
|
|
4275
|
-
var key =
|
|
4275
|
+
var key = rawKey;
|
|
4276
4276
|
if (usedKeys.has(key)) {
|
|
4277
4277
|
throw new Error("Duplicate key detected: \"".concat(key, "\" (\u539F\u59CB\u503C: \"").concat(rawKey, "\")"));
|
|
4278
4278
|
}
|
package/package.json
CHANGED