mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 04:18:58 +00:00
pm: print command name to stdout (#14266)
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user