Skip to content

Commit

Permalink
better fix for #113852
Browse files Browse the repository at this point in the history
  • Loading branch information
jrieken committed Jan 7, 2021
1 parent a4f9970 commit d687818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap-amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ exports.load = function (entrypoint, onLoad, onError) {
loader.config({
nodeCachedData: {
path: process.env['VSCODE_NODE_CACHED_DATA_DIR'],
seed: entrypoint
seed: entrypoint + process.arch
}
});
}
Expand Down

0 comments on commit d687818

Please sign in to comment.