reducing logging

This commit is contained in:
orangecoding
2025-10-12 16:47:28 +02:00
parent 0436c7f7d7
commit 41d9274dfd

View File

@@ -66,7 +66,7 @@ export default async function execute(url, waitForSelector, options) {
result = pageSource || (await page.content());
}
} catch (error) {
logger.error('Error executing with puppeteer executor', error);
logger.warn('Error executing with puppeteer executor', error);
result = null;
} finally {
try {