fix potential spurious error from ignoring chrome.runtime.lastError

This commit is contained in:
Raymond Hill 2018-07-08 08:25:08 -04:00
parent 73067f27b1
commit 79d5af20fc
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -396,7 +396,7 @@
if ( µb.hiddenSettings.debugScriptlets ) { if ( µb.hiddenSettings.debugScriptlets ) {
code = 'debugger;\n' + code; code = 'debugger;\n' + code;
} }
chrome.tabs.executeScript( vAPI.tabs.injectScript(
details.tabId, details.tabId,
{ {
code: code, code: code,