Skip to content

Commit

Permalink
core: [minor] migrate remaining .description -> .title
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jun 26, 2018
1 parent 9c5b76c commit cee9d55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class Runner {
*/
static async _runAudit(auditDefn, artifacts, settings) {
const audit = auditDefn.implementation;
const status = `Evaluating: ${audit.meta.description}`;
const status = `Evaluating: ${audit.meta.title}`;

log.log('status', status);
let auditResult;
Expand Down

0 comments on commit cee9d55

Please sign in to comment.