-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
'--domain' option may cause problem #105
Comments
meh, same issue as |
at least make a note in Readme.md |
yeah that would be good |
As a work around we can migrate to another event emitter, rather than standard one. |
This was referenced Aug 20, 2017
The |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Command object inherit from EventEmitter directly. However EventEmitter have a issue that it assume .domain as a Domain instance. And this issue is still opening.
Maybe commander.js could do something to prevent user from using 'domain'.
The text was updated successfully, but these errors were encountered: