|
@@ -127,7 +127,7 @@ this.matchedRules = this.matchedRules || (() => {
|
|
|
matchedElements = doc.querySelectorAll(selectorText);
|
|
matchedElements = doc.querySelectorAll(selectorText);
|
|
|
} catch (error) {
|
|
} catch (error) {
|
|
|
// ignored
|
|
// ignored
|
|
|
- console.warn("(SingleFile) Invalid selector", selectorText);
|
|
|
|
|
|
|
+ console.warn("(SingleFile) Invalid selector", selectorText); // eslint-disable-line no-console
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
if (matchedElements) {
|
|
if (matchedElements) {
|