Nixinova / LinguistJS

Analyse and list all languages used in a folder. Implementation of and powered by GitHub's Linguist.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fallback to using packaged data files if fetch fails

Nixinova opened this issue · comments

Fetching the data files is a critical part of Linguist, so if the fetch fails when not in offline mode it should default to using the cached data files instead of just crashing.

Maybe have a data file version hash key in the results?