diff --git a/background.js b/background.js index dd6dc09..fc56ec1 100644 --- a/background.js +++ b/background.js @@ -39,7 +39,7 @@ function updateTab(info) { code: "document.title = '" + title + "';" }, function() { if (chrome.runtime.lastError) { - console.log(chrome.runtime.lastError.message); + console.error(chrome.runtime.lastError.message); } }); };