This commit is contained in:
Johannes Rieken 2021-01-06 10:00:06 +01:00
parent 5ed76e3da7
commit 72095f8603

View file

@ -507,7 +507,7 @@ function getNodeCachedDir() {
return undefined;
}
return path.join(userDataPath, 'CachedData', commit);
return path.join(userDataPath, 'CachedData-' + process.arch, commit);
}
};
}