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
Hello! Thanks for your awesome projects. They provide really good workarounds for current JS ecosystem strange problems.
I've faced an issue with flushing the stdout/stderr buffers before the exit. Seems to be that is the root problem.
Some hacks like in https://github.com/cowboy/node-exit/blob/master/lib/exit.js is still required in modern node (v20.4.0).
My proposal is to integrate the exit.js solution in exit-hook, as it's not possible to use these modules together.
exit.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! Thanks for your awesome projects. They provide really good workarounds for current JS ecosystem strange problems.
I've faced an issue with flushing the stdout/stderr buffers before the exit.
Seems to be that is the root problem.
Some hacks like in https://github.com/cowboy/node-exit/blob/master/lib/exit.js is still required in modern node (v20.4.0).
My proposal is to integrate the
exit.js
solution in exit-hook, as it's not possible to use these modules together.The text was updated successfully, but these errors were encountered: