Skip to content

Commit 0eefd10

Browse files
committed
don't log failed page reads
1 parent 2c117cb commit 0eefd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/instagram.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ export class Instagram<PostType> {
611611
try {
612612
pageContent.content = await this.page.content();
613613
} catch (e) {
614-
this.logger.error("Failed reading page content");
614+
// No content
615615
}
616616

617617
this.logger.error("Page failed to make requests", pageContent);

0 commit comments

Comments
 (0)