diff --git a/src/node.js b/src/node.js index 0398ba261f..4946d2efa6 100644 --- a/src/node.js +++ b/src/node.js @@ -136,7 +136,7 @@ process.mixin = function() { else { // Prevent never-ending loop if (target === d.value) { - continue; + return; } if (deep && d.value && typeof d.value === "object") {