aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-15 18:20:48 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-08-21 17:49:58 -0700
commite78056ce144577fcd4e6b4d3d58af7d97744e42a (patch)
tree3319baa2cbb619031d1a6846e7afcbef8c049f71
parent94e5823bbdbe8dce8b2a50c80671aba062a6bcfd (diff)
downloadbun-e78056ce144577fcd4e6b4d3d58af7d97744e42a.tar.gz
bun-e78056ce144577fcd4e6b4d3d58af7d97744e42a.tar.zst
bun-e78056ce144577fcd4e6b4d3d58af7d97744e42a.zip
Remove comment
-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;
};