mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-05 18:32:30 +01:00
fix potential spurious error from ignoring chrome.runtime.lastError
This commit is contained in:
parent
73067f27b1
commit
79d5af20fc
@ -396,7 +396,7 @@
|
||||
if ( µb.hiddenSettings.debugScriptlets ) {
|
||||
code = 'debugger;\n' + code;
|
||||
}
|
||||
chrome.tabs.executeScript(
|
||||
vAPI.tabs.injectScript(
|
||||
details.tabId,
|
||||
{
|
||||
code: code,
|
||||
|
Loading…
Reference in New Issue
Block a user