mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Fix typo in pm_trusted_command.zig (#12162)
This commit is contained in:
@@ -172,7 +172,7 @@ pub const TrustCommand = struct {
|
||||
fn printErrorZeroUntrustedDependenciesFound(trust_all: bool, packages_to_trust: []const string) void {
|
||||
Output.print("\n", .{});
|
||||
if (trust_all) {
|
||||
Output.errGeneric("0 scripts ran. This means all dependencies are already trusted or non have scripts.", .{});
|
||||
Output.errGeneric("0 scripts ran. This means all dependencies are already trusted or none have scripts.", .{});
|
||||
} else {
|
||||
Output.errGeneric("0 scripts ran. The following packages are already trusted, don't have scripts to run, or don't exist:\n\n", .{});
|
||||
for (packages_to_trust) |arg| {
|
||||
|
||||
Reference in New Issue
Block a user