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
See https://gist.github.com/2623314
Could also be something I'm doing wrong but I need pointers.
The text was updated successfully, but these errors were encountered:
Hmm, in NodeJS if you don't call process.exit(exitcode) it doesn't terminate too. You need to call libuv's uv_stop() somehow I think.
process.exit(exitcode)
uv_stop()
Sorry, something went wrong.
No branches or pull requests
See https://gist.github.com/2623314
Could also be something I'm doing wrong but I need pointers.
The text was updated successfully, but these errors were encountered: