-
Notifications
You must be signed in to change notification settings - Fork 4
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
Added EventEmitter support #4
base: master
Are you sure you want to change the base?
Conversation
Did you merge the latest collate changes? I see this pull request as not able to be automatically merged. On Dec 28, 2012, at 11:54 PM, Galen Wolfe-Pauly [email protected] wrote:
|
Whoops, will do and re send On Dec 29, 2012, at 12:17 PM, Joshua Lewis wrote:
|
Events are only emitted in verbose mode. Is that the best way to do it? If being used from the CLI it probably doesn't matter if the events are being emitted, and the emit calls could happen whether in verbose mode or not. Thoughts? |
I think it should always emit events since you can choose whether to listen to them. On Dec 29, 2012, at 4:27 PM, Galen Wolfe-Pauly [email protected] wrote:
|
Made Collate extend EventEmitter and emit events at the appropriate times so the class can be used inside a running server more easily.