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

Check for instanceof Error #937

Open
knod opened this issue Oct 31, 2018 · 0 comments
Open

Check for instanceof Error #937

knod opened this issue Oct 31, 2018 · 0 comments
Labels
beginner friendly For those new to coding. infrastructure

Comments

@knod
Copy link
Collaborator

knod commented Oct 31, 2018

In 'src/utils/valueFixers.js' isNumberlike() change from

if (typeof trueOrError === `object`) { //...

to

if (typeof trueOrError instanceof Error) { //...
@knod knod added infrastructure beginner friendly For those new to coding. labels Oct 31, 2018
@knod knod added this to To do in 3:4 Maintainability via automation Oct 31, 2018
migueldcepeda added a commit that referenced this issue Jan 29, 2019
knod added a commit that referenced this issue Jan 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner friendly For those new to coding. infrastructure
Projects
Development

No branches or pull requests

1 participant