mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Remove comment
This commit is contained in:
@@ -55,7 +55,6 @@ pub const Run = struct {
|
||||
var arena = try Arena.init();
|
||||
|
||||
if (!ctx.debug.loaded_bunfig) {
|
||||
// _ = try bun.CLI.Arguments.loadConfigPath(ctx.allocator, true, "bunfig.toml", &ctx, .RunCommand);
|
||||
_ = bun.CLI.Arguments.loadConfigPath(ctx.allocator, true, "bun.json", &ctx, .RunCommand) catch blk: {
|
||||
break :blk bun.CLI.Arguments.loadConfigPath(ctx.allocator, true, "bunfig.toml", &ctx, .RunCommand) catch false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user