-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught TypeError when tab-completing constructor in REPL #6181
Comments
Does it still happen with the latest v5? It works for me with master, FWIW |
Sorry, didn't realize my node version was out of date. Tried with v5.10.1 and still getting the same issue:
|
Seems to be working for me with the master branch:
The fix likely happened in a semver major change that hasn't been released yet. |
Got it. I'll go ahead and close this, thanks! |
what was the solution for this? getting same error. TypeError: Cannot read property 'outputStream' of undefined |
The repl throws an uncaught error when trying to tab-complete the
constructor
keyword:The text was updated successfully, but these errors were encountered: