Changes from background composer bc-4a83a85f-ff0b-409f-b3a3-d6b6435a437a

This commit is contained in:
Cursor Agent
2025-06-10 05:24:40 +00:00
parent 06927923d7
commit a0be66099f

View File

@@ -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: {