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

@@ -109,7 +109,7 @@ pub const PackCommand = struct {
};
pub fn execWithManager(ctx: Command.Context, manager: *PackageManager) !void {
Output.prettyErrorln("<r><b>bun pack <r><d>v" ++ Global.package_json_version_with_sha ++ "<r>", .{});
Output.prettyln("<r><b>bun pack <r><d>v" ++ Global.package_json_version_with_sha ++ "<r>", .{});
Output.flush();
var lockfile: Lockfile = undefined;