From c60977cb9eae22dadacc5b565575e6f07a7e90ec Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Mon, 8 Jan 2018 16:53:42 -0800 Subject: [PATCH] wrap exceptions from errors-in-console audit. --- lighthouse-core/audits/errors-in-console.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouse-core/audits/errors-in-console.js b/lighthouse-core/audits/errors-in-console.js index d6357e533e9e..0fa44f6e5f5f 100644 --- a/lighthouse-core/audits/errors-in-console.js +++ b/lighthouse-core/audits/errors-in-console.js @@ -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);