We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 595f9fd commit 6b9968dCopy full SHA for 6b9968d
src/js/assets.js
@@ -955,6 +955,7 @@ assets.get = async function(assetKey, options = {}) {
955
956
let error = 'ENOTFOUND';
957
for ( const contentURL of contentURLs ) {
958
+ ubolog(`Fetching ${contentURL} from remote server `);
959
const details = assetDetails.content === 'filters'
960
? await assets.fetchFilterList(contentURL)
961
: await assets.fetchText(contentURL);
0 commit comments