node-pagerduty
node-pagerduty copied to clipboard
Handle request errors better
Previously, we assume that errors exists and has at least one element. This isn't always true, and leads to an uncaught exception: https://github.com/skomski/node-pagerduty/issues/8.