Skip to content

Commit

Permalink
Fix HTTP status code error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ericf committed Oct 12, 2013
1 parent 00e6f3e commit a47d6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var STATUS_CODES = require('http');
var STATUS_CODES = require('http').STATUS_CODES;

exports.error = function (statusCode, message) {
var err;
Expand Down

0 comments on commit a47d6f4

Please sign in to comment.