Skip to content

Commit

Permalink
fix: test commit for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Disane87 committed May 28, 2024
1 parent b5eb21b commit 4692daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/scrape-command.class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export abstract class ScrapeCommand<
}
if (arr.length == 1) return arr[0];
}
throw `Unable to get active page`;
throw `Unable to get active page. Plase open up a github issue`;
}

public async closeBrowser() {
Expand Down

0 comments on commit 4692daf

Please sign in to comment.