summaryrefslogtreecommitdiff
path: root/lib/repl.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/repl.js')
-rw-r--r--lib/repl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/repl.js b/lib/repl.js
index d099725bc1..e61a5edb51 100644
--- a/lib/repl.js
+++ b/lib/repl.js
@@ -747,7 +747,7 @@ REPLServer.prototype.complete = function(line, callback) {
// Probably a Proxy object without `getOwnPropertyNames` trap.
// We simply ignore it here, as we don't want to break the
// autocompletion. Fixes the bug
- // https://github.com/nodejs/io.js/issues/2119
+ // https://github.com/nodejs/node/issues/2119
}
}
// works for non-objects