mirror of https://github.com/gorhill/uBlock.git
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 ) {
|
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,
|
||||||
|
|
Loading…
Reference in New Issue