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

Commits on Dec 19, 2016

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

    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
    royriojas committed Dec 19, 2016
    Configuration menu
    Copy the full SHA
    eaec223 View commit details
    Browse the repository at this point in the history