mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 18:38:55 +00:00
format
This commit is contained in:
@@ -1364,6 +1364,8 @@ fn performSecurityScanAfterResolution(
|
||||
|
||||
Output.pretty("\n<red>Security advisories found:<r>\n", .{});
|
||||
for (advisories_list.items) |advisory| {
|
||||
Output.print("\n");
|
||||
|
||||
switch (advisory.level) {
|
||||
.fatal => {
|
||||
has_fatal = true;
|
||||
|
||||
Reference in New Issue
Block a user