-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
source <(npm completion)
doesn't end in Node v10.4.0
#21213
Labels
confirmed-bug
Issues with confirmed bugs.
Comments
This was most likely caused by c2c9c0c /cc @bnoordhuis @tabkrz Fwiw, for me this fails with:
The relevant strace line is
|
I just noticed this as well. Opened a revert PR at (#21257) |
Was someone able to reproduce this on another platform? I can not reproduce this on my RedHat7. |
Yes, that crash above is on a Ubuntu 17.10 machine. |
Fixed in v10.4.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In bash or zsh, following command doesn't end in Node v10.4.0.
Because of this change, source <(npm completion) in my
.zshrc
stops initializing a new shell.In Node v10.3.0, the command ends normally.
The text was updated successfully, but these errors were encountered: