This commit is contained in:
Ivan Zosimov 2022-04-20 16:54:50 +02:00
parent 8c8442b8f8
commit 9bc7dce839

View file

@ -47,7 +47,7 @@ const cachePackages = async () => {
} }
if (!pathsCounter) { if (!pathsCounter) {
throw `Cache folder paths are retrieved but don't exist on disk`; throw new Error(`Cache folder paths are retrieved but don't exist on disk`);
} }
if (primaryKey === state) { if (primaryKey === state) {