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
Currently this module doesn't set process.domain, to be consistent with node it should set this at the beginning of #run and remove it at the end.
process.domain
Also missing domain.active.
domain.active
The text was updated successfully, but these errors were encountered:
Seems process.domain is undocumented? Can you find a documentation link for me! Cheers.
Re domain.active, let's treat that separately.
Sorry, something went wrong.
Check out the first sentence in https://nodejs.org/api/domain.html#domain_domain_enter, it may be in other places in the docs though.
No branches or pull requests
Currently this module doesn't set
process.domain
, to be consistent with node it should set this at the beginning of #run and remove it at the end.Also missing
domain.active
.The text was updated successfully, but these errors were encountered: