Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid throw for an acceptable situation #250

Closed
wants to merge 2 commits into from
Closed

Avoid throw for an acceptable situation #250

wants to merge 2 commits into from

Conversation

JasonKleban
Copy link
Contributor

When debugging and breaking on all exceptions, this one kept tripping because there is no charset parameter for my requests (for some reason) which seems reasonable. Prechecks for that case and avoids the throw, still returning undefined as it would have.

When debugging and breaking on all exceptions, this one kept tripping because there is no charset parameter for my requests (for some reason) which seems reasonable.  Prechecks for that case and avoids the throw, still returning undefined as it would have.
Copy link
Contributor

@dougwilson dougwilson left a comment

Choose a reason for hiding this comment

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

Looks like this is failing the CI for multiple reasons if you can take a look and make adjustments.

@dougwilson
Copy link
Contributor

Sorry I didn't see your commit push earlier; looks like just a lint error failing the build, I can fix that & merge.

@dougwilson dougwilson self-assigned this Aug 5, 2017
@dougwilson dougwilson closed this in ed83fdb Aug 5, 2017
@dougwilson
Copy link
Contributor

P.S. I ported you change to the other parsers that were doing the same thing.

dougwilson pushed a commit that referenced this pull request Sep 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants