Skip to content

Conversation

@SethMcGuire
Copy link
Contributor

No description provided.

.once('error', reject)
.catch(err => reject(err));
.catch((err) => {
if (err.message.includes('nonce')) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe overkill, but could we be a bit more defensive and check for err.message as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants