From e78056ce144577fcd4e6b4d3d58af7d97744e42a Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Tue, 15 Aug 2023 18:20:48 -0700 Subject: Remove comment --- src/bun_js.zig | 1 - 1 file changed, 1 deletion(-) 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; }; -- cgit v1.2.3