mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Update javascript.zig
This commit is contained in:
@@ -628,6 +628,7 @@ pub const Bun = struct {
|
||||
relative_path,
|
||||
"",
|
||||
) catch return;
|
||||
}
|
||||
} else {
|
||||
writer.writeAll(std.mem.trimLeft(u8, relative_path, "/")) catch unreachable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user