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

FIX: Do not crash if cache file is invalid JSON. #13

Merged
merged 1 commit into from
Dec 20, 2016
Merged

Conversation

royriojas
Copy link
Contributor

Fixes #12

Not sure under which situations a cache file might exist that does
not contain a valid JSON structure, but just in case to cover
the possibility of this happening a try catch block has been added

If the cache is somehow not valid the cache will be discarded an a
a new cache will be stored instead

Fixes #12

Not sure under which situations a cache file might exist that does
not contain a valid JSON structure, but just in case to cover
the possibility of this happening a try catch block has been added

If the cache is somehow not valid the cache will be discarded an a
a new cache will be stored instead
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.

None yet

1 participant