Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
breaking: log warning instead of throwing error for unknown events
BREAKING CHANGE: Before, this code would throw an error ```js webhooks.on(woodstock, handler) ``` Now it logs a warning: `"woodstock" is not a known webhook name (https://developer.github.com/v3/activity/events/types/)`
- Loading branch information