mirror of https://github.com/gorhill/uBlock.git
Minor code review
This commit is contained in:
parent
7184f93cb0
commit
bec4dea155
|
@ -320,4 +320,8 @@ async function start() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
start();
|
start();
|
||||||
|
} catch(reason) {
|
||||||
|
console.trace(reason);
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue