pm: print command name to stdout (#14266)

This commit is contained in:
Meghan Denny
2024-10-02 02:24:37 -07:00
committed by GitHub
parent 87424390e1
commit 25083a4252
24 changed files with 781 additions and 240 deletions

View File

@@ -729,7 +729,7 @@ pub const TestCommand = struct {
Output.is_github_action = Output.isGithubAction();
// print the version so you know its doing stuff if it takes a sec
Output.prettyErrorln("<r><b>bun test <r><d>v" ++ Global.package_json_version_with_sha ++ "<r>", .{});
Output.prettyln("<r><b>bun test <r><d>v" ++ Global.package_json_version_with_sha ++ "<r>", .{});
Output.flush();
var env_loader = brk: {