mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
Redact secrets in bunfig.toml and npmrc logs (#14919)
This commit is contained in:
@@ -77,12 +77,7 @@ pub const OutdatedCommand = struct {
|
||||
}
|
||||
|
||||
if (ctx.log.hasErrors()) {
|
||||
switch (Output.enable_ansi_colors) {
|
||||
inline else => |enable_ansi_colors| try manager.log.printForLogLevelWithEnableAnsiColors(
|
||||
Output.errorWriter(),
|
||||
enable_ansi_colors,
|
||||
),
|
||||
}
|
||||
try manager.log.print(Output.errorWriter());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user