mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
Oops
This commit is contained in:
@@ -4,11 +4,6 @@ const bun = @import("root").bun;
|
||||
|
||||
pub const PatchCommitCommand = struct {
|
||||
pub fn exec(ctx: Command.Context) !void {
|
||||
if (!bun.FeatureFlags.is_patch_cmd_enabled) {
|
||||
bun.Output.prettyErrorln("bun patch is not available in this version of bun. Stay tuned.", .{});
|
||||
bun.Global.exit(1);
|
||||
}
|
||||
|
||||
try PackageManager.patchCommit(ctx);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user