Bump to v4.17.12.

This commit is contained in:
John-David Dalton
2019-07-09 14:01:55 -07:00
parent 3e273e915d
commit 793f983629
13 changed files with 181 additions and 161 deletions

View File

@@ -22,8 +22,8 @@ function baseMerge(object, source, srcIndex, customizer, stack) {
return;
}
baseFor(source, function(srcValue, key) {
stack || (stack = new Stack);
if (isObject(srcValue)) {
stack || (stack = new Stack);
baseMergeDeep(object, source, key, srcIndex, baseMerge, customizer, stack);
}
else {