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