aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bun_js.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bun_js.zig b/src/bun_js.zig
index b0457febc..03ee770e5 100644
--- a/src/bun_js.zig
+++ b/src/bun_js.zig
@@ -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;
};