mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
[bun install] Fix error message for no compatible binaries
This commit is contained in:
@@ -6451,7 +6451,7 @@ pub const PackageManager = struct {
|
||||
|
||||
if (comptime log_level != .silent) {
|
||||
const fmt = "\n<r><yellow>warn:<r> no compatible binaries found for <b>{s}<r>\n";
|
||||
const args = .{names[package_id]};
|
||||
const args = .{names[package_id].slice(lockfile.buffers.string_bytes.items)};
|
||||
|
||||
if (comptime log_level.showProgress()) {
|
||||
if (Output.enable_ansi_colors) {
|
||||
|
||||
Reference in New Issue
Block a user