1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Do not issue extraneous doc separators in logger

This commit is contained in:
Raymond Hill 2023-08-17 09:28:29 -04:00
parent d9b338c8bc
commit dde246f202
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -417,7 +417,7 @@ const processLoggerEntries = function(response) {
parsed.type === 'main_frame' &&
parsed.aliased === false && (
parsed.filter === undefined ||
parsed.filter.source !== 'redirect'
parsed.filter.modifier !== true
)
) {
const separator = createLogSeparator(parsed, unboxed.url);