* **Version**: v10.4.0 * **Platform**: Darwin Kernel Version 17.5.0: Fri Apr 13 19:32:32 PDT 2018; root:xnu-4570.51.2~1/RELEASE_X86_64 x86_64 * **Subsystem**: In bash or zsh, following command doesn't end in Node v10.4.0. ``` $ cat <(node -v) v10.4.0 ``` Because of this change, [source <(npm completion)](https://docs.npmjs.com/cli/completion) in my `.zshrc` stops initializing a new shell. In Node v10.3.0, the command ends normally.