mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 13:22:07 +00:00
chore: upgrade zig to 0.12.0-dev.1828+225fe6ddb (#7671)
* chore: upgrade zig to 0.12.0-dev.1828+225fe6ddb * open as iterable * fix building identifier cache * fix windows build * fix linux build * fix linux build
This commit is contained in:
@@ -180,7 +180,7 @@ pub const PackageManagerCommand = struct {
|
||||
} else if (strings.eqlComptime(subcommand, "cache")) {
|
||||
var dir: [bun.MAX_PATH_BYTES]u8 = undefined;
|
||||
const fd = pm.getCacheDirectory();
|
||||
const outpath = bun.getFdPath(fd.dir.fd, &dir) catch |err| {
|
||||
const outpath = bun.getFdPath(fd.fd, &dir) catch |err| {
|
||||
Output.prettyErrorln("{s} getting cache directory", .{@errorName(err)});
|
||||
Global.crash();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user