We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As of v0.5.2 program crashes with runtime error TypeError: Cannot read property 'constructor' of null in these cases:
TypeError: Cannot read property 'constructor' of null
null
camelCaseToUnderscoreRequest
The text was updated successfully, but these errors were encountered:
Prevent runtime error in a case of null values in request options. Re…
11a7cf9
…lated to RealFaviconGenerator#27
Prevent runtime error in a case of passing null to camelCaseToUndersc…
b87fc74
…oreRequest. Related to RealFaviconGenerator#27
Successfully merging a pull request may close this issue.
As of v0.5.2 program crashes with runtime error
TypeError: Cannot read property 'constructor' of null
in these cases:null
is passed tocamelCaseToUnderscoreRequest
null
anywhereThe text was updated successfully, but these errors were encountered: