diff options
author | 2023-08-15 18:20:48 -0700 | |
---|---|---|
committer | 2023-08-21 17:49:58 -0700 | |
commit | e78056ce144577fcd4e6b4d3d58af7d97744e42a (patch) | |
tree | 3319baa2cbb619031d1a6846e7afcbef8c049f71 | |
parent | 94e5823bbdbe8dce8b2a50c80671aba062a6bcfd (diff) | |
download | bun-e78056ce144577fcd4e6b4d3d58af7d97744e42a.tar.gz bun-e78056ce144577fcd4e6b4d3d58af7d97744e42a.tar.zst bun-e78056ce144577fcd4e6b4d3d58af7d97744e42a.zip |
Remove comment
-rw-r--r-- | src/bun_js.zig | 1 |
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; }; |