Skip to content

Commit

Permalink
Revert "add arch to cached data path, #113852"
Browse files Browse the repository at this point in the history
This reverts commit 72095f8.
  • Loading branch information
jrieken committed Jan 7, 2021
1 parent d687818 commit af5adb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ function getNodeCachedDir() {
return undefined;
}

return path.join(userDataPath, 'CachedData-' + process.arch, commit);
return path.join(userDataPath, 'CachedData', commit);
}
};
}
Expand Down

0 comments on commit af5adb5

Please sign in to comment.