Skip to content

Commit

Permalink
Woopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarred-Sumner committed Apr 16, 2024
1 parent 6ac2acb commit 64f0d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sys.zig
Original file line number Diff line number Diff line change
Expand Up @@ -2802,7 +2802,7 @@ pub const File = struct {

pub fn toSourceAt(dir_fd: anytype, path: anytype, allocator: std.mem.Allocator) Maybe(bun.logger.Source) {
if (std.meta.sentinel(@TypeOf(path)) == null) {
return toSource(
return toSourceAt(
&(std.os.toPosixPath(path) catch return .{
.err = Error.oom,
}),
Expand Down

0 comments on commit 64f0d7b

Please sign in to comment.