mirror of
https://github.com/gorhill/uBlock.git
synced 2025-04-06 00:12:00 +08:00
Add logging information re. fetched assets
This commit is contained in:
parent
595f9fd469
commit
6b9968d804
@ -955,6 +955,7 @@ assets.get = async function(assetKey, options = {}) {
|
||||
|
||||
let error = 'ENOTFOUND';
|
||||
for ( const contentURL of contentURLs ) {
|
||||
ubolog(`Fetching ${contentURL} from remote server `);
|
||||
const details = assetDetails.content === 'filters'
|
||||
? await assets.fetchFilterList(contentURL)
|
||||
: await assets.fetchText(contentURL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user