mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Fix broken builds.
This commit is contained in:
@@ -5969,11 +5969,11 @@
|
|||||||
|
|
||||||
try {
|
try {
|
||||||
value[symToStringTag] = undefined;
|
value[symToStringTag] = undefined;
|
||||||
var isSet = true;
|
var unmasked = true;
|
||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
|
|
||||||
var result = nativeObjectToString.call(value);
|
var result = nativeObjectToString.call(value);
|
||||||
if (isSet) {
|
if (unmasked) {
|
||||||
if (isOwn) {
|
if (isOwn) {
|
||||||
value[symToStringTag] = tag;
|
value[symToStringTag] = tag;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user