Skip to content

Commit

Permalink
adding print
Browse files Browse the repository at this point in the history
  • Loading branch information
BatMiles committed May 15, 2024
1 parent 3cc2c38 commit 2c27028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/collector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ export const collect = async (inUrl: string, args: CollectorOptions) => {

// Return if the page doesnt load
if (loadError) {
console.log("browser close 1");
await browser.close();
if (typeof userDataDir !== 'undefined') {
clearDir(userDataDir, false);
Expand Down

0 comments on commit 2c27028

Please sign in to comment.