mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
log error on respondWith rejection,
Former-commit-id: 8f6312a17dc9811d54e4dc31d9ada68e98bae891
This commit is contained in:
@@ -22,5 +22,7 @@ const bundler = @import("../bundler.zig");
|
||||
const NodeModuleBundle = @import("../node_module_bundle.zig").NodeModuleBundle;
|
||||
|
||||
pub const RunCommand = struct {
|
||||
pub fn exec(ctx: Command.Context) !void {}
|
||||
pub fn exec(ctx: Command.Context) !void {
|
||||
Output.prettyErrorln("<r><red>nOt<r> <magenta>iMpLeMeNtEd<r> <yellow>yEt<r>", .{});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user