Strider-CD / strider-webhooks

Fire webhooks reporting build status
6 stars 9 forks source link

Handle connection errors when web-hook is fired. #1

Closed ProZachJ closed 10 years ago

ProZachJ commented 10 years ago

because req.end was being passed a callback with only one argument any request error would throw. I declared the argument err and log it if exists.