Skip to content

Commit ffa0c2b

Browse files
author
Paul Devine
committed
add missing callback so will work with node-resque 3.0
1 parent e0c92de commit ffa0c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ var rider = function(options, jobs){
2424
}
2525
}
2626

27-
this.bus.connect();
27+
this.bus.connect(function(){ });
2828
var self = this;
2929
this.bus.on('error', function(error){
3030
self.emit(error);

0 commit comments

Comments
 (0)