-
Notifications
You must be signed in to change notification settings - Fork 25
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
Large objects deadlock autocompletion #9
Comments
Ok this is interesting. I'm not sure, why we do call |
I'm going to try and add a timeout to Runtime.getProperties |
https://github.com/devsnek/node-repl-prototype/blob/5e72bed5a127c0b3e1c7289d75c3eb157db43522/src/repl.js#L146-L149
getProperties
doesn't allow any sort of timeout, so it will take forever for an object likeArray(1000000).fill(0)
The text was updated successfully, but these errors were encountered: