Skip to content

Commit

Permalink
Fixing node 0.12 problems
Browse files Browse the repository at this point in the history
  • Loading branch information
elhigu committed Apr 20, 2017
1 parent 01925ca commit ea0cf1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error-handler/error-handler.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ var _ = require('lodash')
, expect = require('expect.js')
, Promise = require('bluebird')
, sinon = require('sinon')
, middleware = require('.')
, middleware = require('./index')
, logger = require('dodo/logger')
, HttpError = require('dodo/errors').HTTPError
;
Expand Down

0 comments on commit ea0cf1f

Please sign in to comment.