Skip to content

Commit

Permalink
fix: use correct case for filename
Browse files Browse the repository at this point in the history
  • Loading branch information
fel1x-developer committed Jan 16, 2025
1 parent 8960a78 commit 591886d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OutputFile.zig
Original file line number Diff line number Diff line change
Expand Up @@ -535,5 +535,5 @@ const Fs = bun.fs;
const Loader = @import("./options.zig").Loader;
const resolver = @import("./resolver/resolver.zig");
const resolve_path = @import("./resolver/resolve_path.zig");
const Output = @import("./global.zig").Output;
const Output = @import("./Global.zig").Output;
const Environment = bun.Environment;

0 comments on commit 591886d

Please sign in to comment.