-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.
Description
- Version: v5.7.0
- Platform: Mac OS X 10.10.4
- Subsystem: REPL
The repl throws an uncaught error when trying to tab-complete the constructor
keyword:
> class Foo {
... construcrepl.js:292
top.outputStream.write((e.stack || e) + '\n');
^
TypeError: Cannot read property 'outputStream' of undefined
at Domain.<anonymous> (repl.js:292:8)
at emitOne (events.js:90:13)
at Domain.emit (events.js:182:7)
at emitError (domain.js:66:24)
at Domain.errorHandler [as _errorHandler] (domain.js:110:18)
at process._fatalException (node.js:255:33)
Metadata
Metadata
Assignees
Labels
replIssues and PRs related to the REPL subsystem.Issues and PRs related to the REPL subsystem.