mirror of https://github.com/gorhill/uBlock.git
Log error in dev console is logging is enabled
This commit is contained in:
parent
d776edf06b
commit
3c9e946107
|
@ -2049,6 +2049,9 @@ function xmlPrune(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch(ex) {
|
} catch(ex) {
|
||||||
|
if ( log ) {
|
||||||
|
safeSelf().uboLog(ex);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
return xmlDoc;
|
return xmlDoc;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue