Skip to content

Commit

Permalink
wrap exceptions from errors-in-console audit.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 9, 2018
1 parent f66c516 commit c60977c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/audits/errors-in-console.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ErrorLogs extends Audit {

const headings = [
{key: 'url', itemType: 'url', text: 'URL'},
{key: 'description', itemType: 'text', text: 'Description'},
{key: 'description', itemType: 'code', text: 'Description'},
];

const details = Audit.makeTableDetails(headings, tableRows);
Expand Down

0 comments on commit c60977c

Please sign in to comment.