1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-01-28 01:59:18 +01:00

Logging improved

This commit is contained in:
nobody 2021-07-15 07:18:48 +02:00
parent d078ccb012
commit af5289fa34
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A

View File

@ -180,7 +180,7 @@ requestAnalyzer._findLocalTarget = function (resourceMappings, basePath, channel
if (bundle === 'MathJax (Bundle)' && filename !== 'MathJax.js') {
filename = channelPath.replace(Resource.MATHJAX, '');
if (!MathJaxFiles[filename]) {
console.warn(`[ LocalCDN ] Missing resource: ${targetPath}`);
console.warn(`[ LocalCDN ] Missing resource: ${channelHost + channelPath}`);
log.append(initiator, channelHost + channelPath, '-', true);
break;
}