mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Improved: Logging of missing frameworks
This commit is contained in:
@@ -175,7 +175,7 @@ requestAnalyzer._findLocalTarget = function (resourceMappings, basePath, channel
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (requestAnalyzer.logging) {
|
if (requestAnalyzer.logging && channelHost + channelPath !== 'fonts.googleapis.com/css') {
|
||||||
console.warn('[ LocalCDN ] Missing resource: ' + channelHost + channelPath);
|
console.warn('[ LocalCDN ] Missing resource: ' + channelHost + channelPath);
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Reference in New Issue
Block a user