-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
Description
We don't really document it, but librato-node extends EventEmitter and emits errors in addition to calling the callback.
This is a bit strange because:
- It's not documented.
- You have to handle the error twice, or at least setup two handlers.
There is only one place where we're actually using emit. Should we just drop the EventEmitter API?
Reactions are currently unavailable