1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Minor code review

This commit is contained in:
Raymond Hill 2023-06-23 20:44:44 -04:00
parent 7184f93cb0
commit bec4dea155
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -320,4 +320,8 @@ async function start() {
}
}
start();
try {
start();
} catch(reason) {
console.trace(reason);
}