mirror of
https://github.com/oven-sh/bun
synced 2026-02-16 05:42:43 +00:00
Changes from background composer bc-4a83a85f-ff0b-409f-b3a3-d6b6435a437a
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user