Skip to content

Commit

Permalink
fix(test-runner): make karma internal reporter compatible with 0.13.20 (
Browse files Browse the repository at this point in the history
#8977)

causes internal reporter to produce output messages again after upgrade to 0.13.20
  • Loading branch information
hannahhoward authored and mhevery committed Jun 3, 2016
1 parent 76e6214 commit fe8a7b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/karma/reporter.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ var createErrorFormatter = function (basePath, emitter, SourceMapConsumer) {

var InternalAngularReporter = function (config, emitter) {
var formatter = createErrorFormatter(config.basePath, emitter, SourceMapConsumer);
DotsReporter.call(this, formatter, false)
DotsReporter.call(this, formatter, false, config.colors)
}
InternalAngularReporter.$inject = ['config', 'emitter']

Expand Down

0 comments on commit fe8a7b0

Please sign in to comment.