mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
@@ -13023,11 +13023,10 @@ pub const PackageManager = struct {
|
||||
resolution.fmt(this.lockfile.buffers.string_bytes.items, .posix),
|
||||
});
|
||||
}
|
||||
const entry = this.summary.packages_with_blocked_scripts.getOrPut(this.manager.allocator, name_hash) catch bun.outOfMemory();
|
||||
if (!entry.found_existing) entry.value_ptr.* = 0;
|
||||
entry.value_ptr.* += count;
|
||||
}
|
||||
|
||||
const entry = this.summary.packages_with_blocked_scripts.getOrPut(this.manager.allocator, name_hash) catch bun.outOfMemory();
|
||||
if (!entry.found_existing) entry.value_ptr.* = 0;
|
||||
entry.value_ptr.* += count;
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user