Skip to content

Commit

Permalink
better logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Kellner authored and Christian Kellner committed Jan 7, 2025
1 parent e1db384 commit 1ecbbdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/services/extractor/parser/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export function parse(crawlContainer, crawlFields, text, url) {
const result = [];

if ($(crawlContainer).length === 0) {
console.error('No elements in crawl container found for url ', url);
console.warn('No elements in crawl container found for url ', url);
return null;
}

Expand Down

0 comments on commit 1ecbbdd

Please sign in to comment.