Skip to content

Commit

Permalink
pass formatter options to listener
Browse files Browse the repository at this point in the history
closes #641
  • Loading branch information
charlierudolph committed Sep 30, 2016
1 parent 6df223f commit 6ce6516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cucumber/listener/formatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function Formatter(options) {

var logs = '';

var self = Cucumber.Listener();
var self = Cucumber.Listener(options);

self.log = function log(string) {
logs += string;
Expand Down

0 comments on commit 6ce6516

Please sign in to comment.