1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-05 11:37:01 +02:00

Log error in dev console is logging is enabled

This commit is contained in:
Raymond Hill 2023-05-27 19:05:02 -04:00
parent d776edf06b
commit 3c9e946107
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -2049,6 +2049,9 @@ function xmlPrune(
}
}
} catch(ex) {
if ( log ) {
safeSelf().uboLog(ex);
}
}
return xmlDoc;
};