Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update AddPassportOption.ts
Browse files Browse the repository at this point in the history
Consolidated error
dreamoftrees authored Oct 30, 2023
1 parent 15d8332 commit b6379fa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -31,8 +31,7 @@ export function AddPassportOption(
if (attempts >= maxAttempts) {
window.clearInterval(timer);
// eslint-disable-next-line no-console
console.error('failed to set the provider');
console.error(err);
console.error('failed to set the provider', err);
}
}
};

0 comments on commit b6379fa

Please sign in to comment.