1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Fix jshint warnings

Those warnings surfaced as a result of removing the braces
used to create a local namespace.
This commit is contained in:
Raymond Hill 2021-08-03 12:08:59 -04:00
parent 4094f48547
commit cbec7397fc
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -26,7 +26,10 @@
/******************************************************************************/
const browser = self.browser;
import { ubolog } from './console.js';
/******************************************************************************/
const manifest = browser.runtime.getManifest();
vAPI.cantWebsocket =
@ -1137,7 +1140,7 @@ vAPI.messaging = {
}
// Auxiliary process to main process: no handler
log.info(
ubolog(
`vAPI.messaging.onPortMessage > unhandled request: ${JSON.stringify(request.msg)}`,
request
);