Skip to content

Commit f6a6854

Browse files
committed
Ignore page errors
1 parent 91fb229 commit f6a6854

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/instagram.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ export class Instagram<PostType> {
332332
this.page.on("dialog", (dialog) => dialog.dismiss());
333333

334334
// Log errors
335+
/* istanbul ignore next */
335336
this.page.on("error", (error) =>
336337
this.logger.error("Console error", {error}),
337338
);

0 commit comments

Comments
 (0)