@fro.bot/systematic 2.13.1 → 2.13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -589,6 +589,7 @@ function readFallbackCache() {
|
|
|
589
589
|
if (urlResult !== null) {
|
|
590
590
|
return { status: "cache", models: urlResult };
|
|
591
591
|
}
|
|
592
|
+
return emptyAvailability();
|
|
592
593
|
}
|
|
593
594
|
const defaultPath = path4.join(cacheDir, MODELS_JSON_FILENAME);
|
|
594
595
|
const defaultResult = readModelsFromCache(defaultPath);
|