Skip to content

Commit

Permalink
Fix ErrorHandler require
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Feb 7, 2017
1 parent 6955c7e commit 51690bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Scheduler.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use strict'

const config = require(__dirname + '/../config')
const ErrorHandler = require('./lib/ErrorHandler')
const ErrorHandler = require(__dirname + '/ErrorHandler')
const SpeedTracker = require(__dirname + '/SpeedTracker')

const Scheduler = function (options) {
Expand Down

0 comments on commit 51690bc

Please sign in to comment.