Skip to content

Commit

Permalink
missed semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
kirusick authored and ljharb committed Aug 10, 2018
1 parent 40af72f commit ef3541f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions checkPropTypes.js
Expand Up @@ -70,8 +70,7 @@ function checkPropTypes(typeSpecs, values, location, componentName, getStack) {
'You may have forgotten to pass an argument to the type checker ' +
'creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and ' +
'shape all require an argument).'
)

);
}
if (error instanceof Error && !(error.message in loggedTypeFailures)) {
// Only monitor this failure once because there tends to be a lot of the
Expand Down

0 comments on commit ef3541f

Please sign in to comment.