mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update response.zig
This commit is contained in:
@@ -1607,7 +1607,7 @@ pub const Blob = struct {
|
||||
this.system_error = .{
|
||||
.syscall = ZigString.init("open"),
|
||||
.code = ZigString.init(std.mem.span(@errorName(errno))),
|
||||
.path = path_string.slice(),
|
||||
.path = ZigString.init(path_string.slice()),
|
||||
};
|
||||
|
||||
return @errSetCast(AsyncIO.OpenError, errno);
|
||||
|
||||
Reference in New Issue
Block a user