diff --git a/src/crawlers/chrome-crawler.ts b/src/crawlers/chrome-crawler.ts index 59e451e..7c3baa2 100644 --- a/src/crawlers/chrome-crawler.ts +++ b/src/crawlers/chrome-crawler.ts @@ -22,7 +22,7 @@ export async function crawlExtension( const { document } = parseHTML(html); // Uncomment to debug HTML - Bun.write("chrome.html", document.documentElement.outerHTML); + // Bun.write("chrome.html", document.documentElement.outerHTML); // Basic metadata const name = metaContent(document, "property=og:title")?.replace(