Skip to content

Commit

Permalink
chore(lib): fix navigation error log
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Feb 21, 2024
1 parent 4a375da commit dd0f19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kayle/lib/kayle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ export const kayle = async (
try {
await config.page.close();
} catch (e) {
_log.enabled && console.error;
_log.enabled && console.error(e);
}
}

Expand Down

0 comments on commit dd0f19a

Please sign in to comment.