Skip to content

Commit c7904dc

Browse files
hristoterezovsaghul
andcommitted
Update modules/util/XMLUtils.ts
Co-authored-by: Saúl Ibarra Corretgé <[email protected]>
1 parent 67507a6 commit c7904dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/util/XMLUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export function exists(element: Element | Document, selector: string): boolean {
131131
try {
132132
return element.querySelector(selector) !== null;
133133
} catch (error) {
134-
logger.error('Query error:', selector, error);
134+
logger.error('exists error:', selector, error);
135135

136136
return false;
137137
}

0 commit comments

Comments
 (0)