Skip to content

Commit

Permalink
docs: use permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
velut committed Feb 6, 2024
1 parent 5c377a8 commit 5fc9a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install-package.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const installPackage = (
// With verbose output on, bun prints one line per installed package
// (for example, "[email protected]"), including all installed dependencies.
// These lines are between the two delimiting lines found here:
// https://github.com/oven-sh/bun/blob/main/src/install/lockfile.zig#L5354-L5355.
// https://github.com/oven-sh/bun/blob/972a7b7080bd3066b54dcb43e9c91c5dfa26a69c/src/install/lockfile.zig#L5369-L5370.
const lines = stdout.split("\n");
const beginHash = lines.findIndex((line) =>
line.startsWith("-- BEGIN SHA512/256"),
Expand Down

0 comments on commit 5fc9a53

Please sign in to comment.