mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Minor code review
This commit is contained in:
parent
7184f93cb0
commit
bec4dea155
1 changed files with 5 additions and 1 deletions
|
|
@ -320,4 +320,8 @@ async function start() {
|
|||
}
|
||||
}
|
||||
|
||||
start();
|
||||
try {
|
||||
start();
|
||||
} catch(reason) {
|
||||
console.trace(reason);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue