Closed ProZachJ closed 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.
req.end
err
because
req.end
was being passed a callback with only one argument any request error would throw. I declared the argumenterr
and log it if exists.