Skip to content

Commit

Permalink
Correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kayahr committed Apr 12, 2024
1 parent 7c20bf6 commit a08a41c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prelude/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -2210,7 +2210,7 @@ function payloadFileSync(pointer) {
// the hash is needed to be sure we reload the module in case it changes
const hash = createHash('sha256').update(moduleContent).digest('hex');

// Example: /tmp/pkg/<hash>
// Example: /home/john/.cache/pkg/<hash>
const tmpFolder = path.join(homedir(), '.cache/pkg', hash);

createDirRecursively(tmpFolder);
Expand Down

0 comments on commit a08a41c

Please sign in to comment.