From a0be66099ff34bd9ab8e3e439f210ebbb6c0baaf Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Tue, 10 Jun 2025 05:24:40 +0000 Subject: [PATCH] Changes from background composer bc-4a83a85f-ff0b-409f-b3a3-d6b6435a437a --- src/install/install.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install/install.zig b/src/install/install.zig index a1d0bca2d1..9b4332c88f 100644 --- a/src/install/install.zig +++ b/src/install/install.zig @@ -2289,7 +2289,7 @@ pub fn NewPackageInstall(comptime kind: PkgInstallKind) type { to_buf[to_path.len] = 0; const target_z = to_buf[0..to_path.len :0]; - // https://github.com/npm/cli/blob/162c82e845d410ede64342a502c17561aaf46553/workspaces/arborist/lib/arborist/reify.js#L738 + // https://github.com/npm/cli/blob/162c82e845d410ede643466f9f8af78a312296cc/workspaces/arborist/lib/arborist/reify.js#L738 // https://github.com/npm/cli/commit/0e58e6f6b8f0cd62294642a502c17561aaf46553 switch (bun.sys.symlinkOrJunction(dest_z, target_z)) { .err => |err_| brk: {