We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run any script with & in the shell, and the process hangs after it finishes instead of exiting. AFAICT this is a regression from v12.0.0.
&
% node -e "console.log(5)" & % 5 [1] + suspended (tty output) node -e "console.log(5)" %
The text was updated successfully, but these errors were encountered:
Does #28535 fix the issue for you?
Sorry, something went wrong.
Ah this seems very relevant, it was only fixed three days ago so I guess that means I will have to try a nightly build or something.
@corwin-of-amber Here's a (relevant, last night) nightly build in case you are unable to build and tests it yourself: https://nodejs.org/download/nightly/v13.0.0-nightly20190710fe4d53df51/
Yes, definitely works, that one. Many thanks!
#28535 was merged so I'll go ahead and close out this issue as well.
No branches or pull requests
Run any script with
&
in the shell, and the process hangs after it finishes instead of exiting.AFAICT this is a regression from v12.0.0.
The text was updated successfully, but these errors were encountered: