Skip to content

Commit 6aab516

Browse files
committed
chore: Update download path for chrome crawler debugging
1 parent 7539d89 commit 6aab516

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/services/chrome-crawler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import consola from "consola";
22
import { HTMLAnchorElement, HTMLElement, parseHTML } from "linkedom";
3-
import { buildScreenshotUrl } from "../utils/urls";
43
import { ExtensionStoreName } from "../enums";
4+
import { buildScreenshotUrl } from "../utils/urls";
55

66
export async function crawlExtension(
77
id: string,
@@ -26,7 +26,7 @@ export async function crawlExtension(
2626
// const date = new Date();
2727
// const dateString = `${date.getFullYear()}-${(date.getMonth() + 1).toString().padStart(2, "0")}-${date.getDate().toString().padStart(2, "0")}`;
2828
// Bun.write(
29-
// `src/crawlers/__tests__/fixtures/chrome-web-store/.new/${dateString}-${id}.html`,
29+
// `src/services/__tests__/fixtures/chrome-web-store/.new/${dateString}-${id}.html`,
3030
// html,
3131
// );
3232
}

0 commit comments

Comments
 (0)