1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00
This commit is contained in:
gorhill 2017-05-23 12:16:53 -04:00
parent 425d2210e9
commit a4ec9f5dae
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -687,8 +687,8 @@ FilterRegex.prototype.match = function(url) {
FilterRegex.prototype.logData = function() {
return {
raw: '/' + this.s + '/',
regex: this.s,
raw: '/' + this.re.source + '/',
regex: this.re.source,
compiled: this.compile()
};
};