summaryrefslogtreecommitdiff
path: root/lib/_debugger.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_debugger.js')
-rw-r--r--lib/_debugger.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_debugger.js b/lib/_debugger.js
index 26f545c535..ed5573aff4 100644
--- a/lib/_debugger.js
+++ b/lib/_debugger.js
@@ -574,7 +574,7 @@ Client.prototype.mirrorObject = function(handle, depth, cb) {
});
cb(null, mirror);
}
- };
+ }
});
return;
} else if (handle.type === 'function') {
@@ -800,7 +800,7 @@ function Interface(stdin, stdout, args) {
} else {
self.repl.context[key] = fn;
}
- };
+ }
// Copy all prototype methods in repl context
// Setup them as getters if possible