mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
windows: fix bundler reliability and nuke WSL-based codegen scripts (#8890)
* bruh * yeaaahhhhhhhhhhhhhhhhhhhhhhhhhhh * revisions * yeah * fix * make no codegen do less things
This commit is contained in:
@@ -1718,7 +1718,7 @@ pub const VirtualMachine = struct {
|
||||
"../",
|
||||
};
|
||||
|
||||
break :name bun.path.joinAbsStringBuf(
|
||||
break :name bun.path.joinAbsStringBufZTrailingSlash(
|
||||
jsc_vm.bundler.fs.top_level_dir,
|
||||
&specifier_cache_resolver_buf,
|
||||
&parts,
|
||||
|
||||
Reference in New Issue
Block a user