mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
💅
This commit is contained in:
@@ -3266,7 +3266,7 @@ const PackageInstall = struct {
|
||||
var supported_method: Method = if (Environment.isMac)
|
||||
Method.clonefile
|
||||
else
|
||||
Method.copy_file_range;
|
||||
Method.copyfile;
|
||||
|
||||
fn installWithClonefileEachDir(this: *PackageInstall) !Result {
|
||||
const Walker = @import("../walker_skippable.zig");
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
|
||||
package Lockfile;
|
||||
|
||||
struct API
|
||||
Reference in New Issue
Block a user