mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Add logging information re. fetched assets
This commit is contained in:
parent
595f9fd469
commit
6b9968d804
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue