mirror of
https://github.com/oven-sh/bun
synced 2026-02-13 20:39:05 +00:00
windows: pass test/js/bun/resolve/resolve.test.ts (#9158)
This commit is contained in:
@@ -3789,7 +3789,7 @@ pub const Resolver = struct {
|
||||
query.entry.abs_path = PathString.init(r.fs.filename_store.append(@TypeOf(parts), parts) catch unreachable);
|
||||
// the trailing path CAN be missing here
|
||||
} else {
|
||||
const parts = [_]string{ query.entry.dir, "/", buffer };
|
||||
const parts = [_]string{ query.entry.dir, std.fs.path.sep_str, buffer };
|
||||
query.entry.abs_path = PathString.init(r.fs.filename_store.append(@TypeOf(parts), parts) catch unreachable);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user