1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-18 17:02:27 +02:00

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,